Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / libexec / bootpd / bootpgw / Makefile
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 $
4
5 PROG=   bootpgw
6 NOMAN=
7 SRCS=   bootpgw.c getif.c hwaddr.c report.c rtmsg.c
8 WARNS?= 2
9
10 SRCDIR= ${.CURDIR}/..
11 CFLAGS+=-I${SRCDIR}
12 .PATH:  ${SRCDIR}
13
14 .include <bsd.prog.mk>