unix: remove always true check from uipc_attach
[freebsd/src.git] / libexec / bootpd / bootpgw / Makefile
blobc9b3feb04da6f559c558ccb37f9bc839771a8edf
1 # Makefile
3 PROG= bootpgw
4 MAN=
5 SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
7 SRCDIR= ${.CURDIR}/..
8 CFLAGS+=-I${SRCDIR}
9 .PATH: ${SRCDIR}
11 .include <bsd.prog.mk>