1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00
freebsd/libexec/bootpd/bootpgw/Makefile
2004-12-21 08:47:35 +00:00

13 lines
180 B
Makefile

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