xref: /dragonfly/usr.bin/users/Makefile (revision 5667bed1)
1984263bcSMatthew Dillon#	@(#)Makefile	8.1 (Berkeley) 6/6/93
286aedfeeSSascha Wildner.PATH: ${.CURDIR}/../who
3984263bcSMatthew Dillon
4984263bcSMatthew DillonPROG=	users
559a92d18SAlex HornungSRCS=	users.c utmpentry.c
659a92d18SAlex Hornung
759a92d18SAlex HornungDPADD=	${LIBUTIL}
859a92d18SAlex HornungLDADD=	-lutil
959a92d18SAlex Hornung
10*5667bed1SSascha WildnerCFLAGS+= -I${.CURDIR}/../who
11984263bcSMatthew Dillon
12984263bcSMatthew Dillon.include <bsd.prog.mk>
13