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