libexec: Move the definition of WARNS to libexec/Makefile.inc.
[dragonfly.git] / libexec / bootpd / Makefile
1 # bootpd/Makefile
2 # $FreeBSD: src/libexec/bootpd/Makefile,v 1.8.2.1 2001/04/25 10:40:49 ru Exp $
3
4 PROG=   bootpd
5 SRCS=   bootpd.c dovend.c readfile.c hash.c dumptab.c \
6         lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
7 MAN=    bootptab.5 bootpd.8
8 MLINKS= bootpd.8 bootpgw.8
9 WARNS?= 2
10
11 CFLAGS+= -DETC_ETHERS
12 CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
13
14 SUBDIR= bootpgw tools
15
16 .include <bsd.prog.mk>