NetBSD/usr.sbin/altq/libaltq/Makefile

20 lines
393 B
Makefile
Raw Normal View History

2001-12-12 04:48:43 +03:00
# $NetBSD: Makefile,v 1.3 2001/12/12 01:48:48 tv Exp $
2000-12-16 20:38:07 +03:00
2000-12-16 21:57:34 +03:00
#WARNS= 2
2000-12-16 20:38:07 +03:00
2000-12-16 21:57:34 +03:00
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
2000-12-16 20:38:07 +03:00
2000-12-16 21:57:34 +03:00
CPPFLAGS+= -DALTQ
2000-12-16 20:38:07 +03:00
2001-12-12 04:48:43 +03:00
NOLINT= # defined
NOPIC= # defined
NOPROFILE= # defined
2000-12-16 20:38:07 +03:00
2000-12-16 21:57:34 +03:00
# only needed during build
libinstall::
2000-12-16 20:38:07 +03:00
2000-12-16 21:57:34 +03:00
.include <bsd.lib.mk>