freebsd_amp_hwpstate/libexec/bootpd/bootpgw/Makefile

12 lines
165 B
Makefile

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