NetBSD/usr.sbin/bootp/common/Makefile
lukem 66176dfdff Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
2008-05-03 14:48:30 +00:00

11 lines
243 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/05/03 14:48:31 lukem Exp $
LIBISPRIVATE= yes
LIB= common
SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
report.c tzone.c
CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG
.include <bsd.lib.mk>