Makefile revision 1.2
1# bootpd/Makefile 2# $Id: Makefile,v 1.2 1994/12/22 11:33:08 cgd 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 10MAN= bootpd.8 bootptab.5 11MLINKS= bootpd.8 bootpgw.8 12 13.include <bsd.prog.mk> 14