xref: /dragonfly/usr.bin/wall/Makefile (revision 5667bed1)
1984263bcSMatthew Dillon#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2984263bcSMatthew Dillon
386aedfeeSSascha Wildner.PATH: ${.CURDIR}/../who
459a92d18SAlex Hornung
5984263bcSMatthew DillonPROG=	wall
659a92d18SAlex HornungSRCS=	ttymsg.c wall.c utmpentry.c
7984263bcSMatthew DillonBINGRP=	tty
8984263bcSMatthew DillonBINMODE=2555
9984263bcSMatthew Dillon
1059a92d18SAlex HornungDPADD+=	${LIBUTIL}
1159a92d18SAlex HornungLDADD+=	-lutil
1259a92d18SAlex Hornung
13*5667bed1SSascha WildnerCFLAGS+= -I${.CURDIR}/../who
1459a92d18SAlex Hornung
15984263bcSMatthew Dillon.include <bsd.prog.mk>
16