Add the source code for /usr/src/usr.bin from the Net/2 tape
[unix-history] / usr / src / usr.bin / lastcomm / Makefile
# @(#)Makefile 5.4 (Berkeley) 5/11/90
PROG= lastcomm
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>