summaryrefslogtreecommitdiffstats
path: root/usr.bin/wall/Makefile
blob: 5e75d9b96f4578aeb043843efd4d14ff429b13c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	wall
SRCS=	ttymsg.c wall.c
BINGRP=	tty
BINMODE=2555

WARNS?=	6

DPADD=	${LIBULOG}
LDADD=	-lulog

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud