ce3d8b13af8fff533535c742b0a88d882ef1b33f
[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=  true
7 SRCS=   bootpgw.c getif.c hwaddr.c report.c rtmsg.c
8
9 SRCDIR= ${.CURDIR}/..
10 CFLAGS+=-I${SRCDIR}
11 .PATH:  ${SRCDIR}
12
13 .include <bsd.prog.mk>