use standard headers to get declarations; strdup is now in libc
[unix-history] / usr / src / usr.bin / lastcomm / Makefile
CommitLineData
d35711a4 1# @(#)Makefile 5.4 (Berkeley) %G%
db956725 2
d35711a4
KB
3PROG= lastcomm
4DPADD= ${LIBUTIL}
5LDADD= -lutil
db956725 6
d35711a4 7.include <bsd.prog.mk>