xref: /freebsd-13.1/libexec/bootpd/Makefile (revision 1100c001)
144099b7bSPaul Traina# bootpd/Makefile
27f3dea24SPeter Wemm# $FreeBSD$
344099b7bSPaul Traina
444099b7bSPaul TrainaPROG=	bootpd
5017eb962SBill PaulCFLAGS+= -DETC_ETHERS
644099b7bSPaul TrainaCFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
744099b7bSPaul Traina
8*1100c001SEd SchoutenWARNS?=	2
9*1100c001SEd Schouten
10d1c0e759SPaul TrainaSUBDIR= bootpgw tools
1144099b7bSPaul Traina
1244099b7bSPaul TrainaSRCS=	bootpd.c dovend.c readfile.c hash.c dumptab.c \
1344099b7bSPaul Traina	 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
1444099b7bSPaul Traina
15e5b5c66bSRuslan ErmilovMAN=	bootptab.5 bootpd.8
165ea43fd2SMike PritchardMLINKS=	bootpd.8 bootpgw.8
1744099b7bSPaul Traina
1844099b7bSPaul Traina.include <bsd.prog.mk>
19