summaryrefslogtreecommitdiff
path: root/usr.bin/lastcomm/Makefile
blob: 385a0ee57be27d75708497edf8bcc48527610f52 (plain) (blame)
1
2
3
4
5
6
7
#	@(#)Makefile	5.4 (Berkeley) 5/11/90

PROG=	lastcomm
DPADD=	${LIBUTIL}
LDADD=	-lutil

.include <bsd.prog.mk>