games/quiz: add another president answer section and update data
[dragonfly.git] / libexec / bootpd / bootpgw / Makefile
blobf4153680265fe304746d5e3268f6817439f8717b
1 # Makefile
2 # $FreeBSD: src/libexec/bootpd/bootpgw/Makefile,v 1.4 1999/08/28 00:09:22 peter Exp $
3 # $DragonFly: src/libexec/bootpd/bootpgw/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
5 PROG= bootpgw
6 NOMAN=
7 SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
8 WARNS?= 2
10 SRCDIR= ${.CURDIR}/..
11 CFLAGS+=-I${SRCDIR}
12 .PATH: ${SRCDIR}
14 .include <bsd.prog.mk>