freebsd-dev/libexec/bootpd/bootpgw/Makefile
1999-08-28 00:22:10 +00:00

13 lines
185 B
Makefile

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