Makefile revision 1.2
11.1Sgwr# bootpd/Makefile 21.2Scgd# $Id: Makefile,v 1.2 1994/12/22 11:33:08 cgd Exp $ 31.1Sgwr 41.1SgwrPROG= bootpd 51.1SgwrCFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU 61.1Sgwr 71.1SgwrSRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \ 81.1Sgwr lookup.c getif.c hwaddr.c report.c tzone.c 91.1Sgwr 101.2ScgdMAN= bootpd.8 bootptab.5 111.1SgwrMLINKS= bootpd.8 bootpgw.8 121.1Sgwr 131.1Sgwr.include <bsd.prog.mk> 14