freebsd-dev/libexec/bootpd/bootpgw/Makefile

13 lines
177 B
Makefile
Raw Normal View History

1996-01-23 02:02:03 +00:00
# Makefile
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1996-01-23 02:02:03 +00:00
PROG= bootpgw
MAN=
1996-01-23 02:02:03 +00:00
SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
SRCDIR= ${.CURDIR}/..
CFLAGS+=-I${SRCDIR}
.PATH: ${SRCDIR}
.include <bsd.prog.mk>