freebsd-dev/libexec/bootpgw/Makefile
1994-09-30 05:43:13 +00:00

13 lines
187 B
Makefile

# Makefile
# $Id$
PROG= bootpgw
NOMAN= true
SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+=-I${SRCDIR}
.PATH: ${SRCDIR}
.include <bsd.prog.mk>