1 1.2 thorpej # $NetBSD: Makefile,v 1.2 2000/12/16 18:57:35 thorpej Exp $ 2 1.1 thorpej 3 1.2 thorpej #WARNS= 2 4 1.1 thorpej 5 1.2 thorpej LIB= altq 6 1.2 thorpej SRCS= parser.c qop.c qop_blue.c qop_cbq.c qop_cdnr.c qop_conf.c \ 7 1.2 thorpej qop_dummy.c qop_errlist.c qop_fifoq.c qop_hfsc.c qop_priq.c \ 8 1.2 thorpej qop_red.c qop_rio.c qop_wfq.c quip_server.c 9 1.1 thorpej 10 1.2 thorpej CPPFLAGS+= -DALTQ 11 1.1 thorpej 12 1.2 thorpej MKLINT= no 13 1.2 thorpej MKPIC= no 14 1.2 thorpej MKPROFILE= no 15 1.1 thorpej 16 1.2 thorpej # only needed during build 17 1.2 thorpej libinstall:: 18 1.1 thorpej 19 1.2 thorpej .include <bsd.lib.mk> 20