xref: /freebsd/libexec/bootpd/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
144099b7bSPaul Traina# bootpd/Makefile
244099b7bSPaul Traina
344099b7bSPaul TrainaPROG=	bootpd
4017eb962SBill PaulCFLAGS+= -DETC_ETHERS
544099b7bSPaul TrainaCFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
644099b7bSPaul Traina
71100c001SEd SchoutenWARNS?=	2
81100c001SEd Schouten
9d1c0e759SPaul TrainaSUBDIR= bootpgw tools
1044099b7bSPaul Traina
1144099b7bSPaul TrainaSRCS=	bootpd.c dovend.c readfile.c hash.c dumptab.c \
1244099b7bSPaul Traina	 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
1344099b7bSPaul Traina
14e5b5c66bSRuslan ErmilovMAN=	bootptab.5 bootpd.8
155ea43fd2SMike PritchardMLINKS=	bootpd.8 bootpgw.8
1644099b7bSPaul Traina
1744099b7bSPaul Traina.include <bsd.prog.mk>
18