opnsense-src/libexec/bootpd/bootpgw/Makefile

13 lines
180 B
Makefile
Raw Normal View History

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