xref: /freebsd/usr.bin/wall/Makefile (revision da8fa4e37a0c048a67d7baa3b5a9bed637d02564)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	wall
5SRCS=	ttymsg.c wall.c
6BINGRP=	tty
7BINMODE=2555
8
9.include <bsd.prog.mk>
10