NetBSD/usr.sbin/altq/libaltq/Makefile
2002-03-05 04:11:51 +00:00

20 lines
405 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/03/05 04:11:53 itojun Exp $
#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_priq.c \
qop_red.c qop_rio.c qop_wfq.c quip_server.c
CPPFLAGS+= -DALTQ -DINET6
NOLINT= # defined
NOPIC= # defined
NOPROFILE= # defined
# only needed during build
libinstall::
.include <bsd.lib.mk>