Initial import from FreeBSD RELENG_4:
[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
4 PROG=   bootpgw
5 NOMAN=  true
6 SRCS=   bootpgw.c getif.c hwaddr.c report.c rtmsg.c
7
8 SRCDIR= ${.CURDIR}/..
9 CFLAGS+=-I${SRCDIR}
10 .PATH:  ${SRCDIR}
11
12 .include <bsd.prog.mk>