Makefile revision 1.1
1# bootpd/Makefile 2# $Id: Makefile,v 1.1 1994/06/27 21:25:48 gwr Exp $ 3 4PROG= bootpd 5CFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU 6 7SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \ 8 lookup.c getif.c hwaddr.c report.c tzone.c 9 10MAN5= bootptab.0 11MAN8= bootpd.0 12MLINKS= bootpd.8 bootpgw.8 13 14.include <bsd.prog.mk> 15