xref: /freebsd/usr.bin/wall/Makefile (revision 9199c09a159c4e3e98c212d4eec1edc5252d9e33)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	wall
5SRCS=	ttymsg.c wall.c
6BINGRP=	tty
7BINMODE=2555
8
9DPADD=	${LIBULOG}
10LDADD=	-lulog
11
12.include <bsd.prog.mk>
13