NetBSD/usr.sbin/altq/libaltq/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

21 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/05/03 14:48:31 lukem Exp $
LIBISPRIVATE= yes
.include <bsd.own.mk>
#WARNS= 2
LIB= altq
SRCS= parser.c qop.c qop_blue.c qop_cbq.c qop_cdnr.c qop_conf.c \
qop_dummy.c qop_errlist.c qop_fifoq.c qop_hfsc.c qop_jobs.c \
qop_priq.c qop_red.c qop_rio.c qop_wfq.c quip_server.c
CPPFLAGS+= -DALTQ
.if (${USE_INET6} != "no")
CPPFLAGS+= -DINET6
.endif
.include <bsd.lib.mk>