freebsd-dev/libexec/bootpd/bootpgw/Makefile
1997-02-22 14:22:49 +00:00

13 lines
180 B
Makefile

# Makefile
# $Id$
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>