NetBSD/usr.sbin/bootp/bootptest/Makefile
lukem 7b9e551896 move (using repository copy) bootp{d,ef,gw,test} into a common hierarchy
with a libcommon - to stop unnecessary recompilation of the source.
add Makefile* to suit.
1998-03-15 01:13:24 +00:00

8 lines
159 B
Makefile

# $NetBSD: Makefile,v 1.1 1998/03/15 01:13:25 lukem Exp $
PROG= bootptest
SRCS= bootptest.c print-bootp.c getether.c
MAN= bootptest.8
.include <bsd.prog.mk>