pci: Add a quirk for chips w/ broken MSI support.
[dragonfly.git] / libexec / bootpd / Makefile
blob45d967cf81c14567957cb3737349fd00e692cbe2
1 # bootpd/Makefile
2 # $FreeBSD: src/libexec/bootpd/Makefile,v 1.8.2.1 2001/04/25 10:40:49 ru Exp $
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
11 CFLAGS+= -DETC_ETHERS
12 CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
14 SUBDIR= bootpgw tools
16 .include <bsd.prog.mk>