Home | History | Annotate | Line # | Download | only in libaltq
Makefile revision 1.8
      1  1.8    peter #	$NetBSD: Makefile,v 1.8 2006/10/12 19:59:13 peter Exp $
      2  1.5    lukem 
      3  1.6    lukem MKPRIVATELIB=	yes
      4  1.1  thorpej 
      5  1.7    lukem .include <bsd.own.mk>
      6  1.7    lukem 
      7  1.2  thorpej #WARNS=	2
      8  1.1  thorpej 
      9  1.2  thorpej LIB=	altq
     10  1.2  thorpej SRCS=	parser.c qop.c qop_blue.c qop_cbq.c qop_cdnr.c qop_conf.c \
     11  1.8    peter 	qop_dummy.c qop_errlist.c qop_fifoq.c qop_hfsc.c qop_jobs.c \
     12  1.8    peter 	qop_priq.c qop_red.c qop_rio.c qop_wfq.c quip_server.c
     13  1.1  thorpej 
     14  1.7    lukem CPPFLAGS+= -DALTQ
     15  1.7    lukem 
     16  1.7    lukem .if (${USE_INET6} != "no")
     17  1.7    lukem CPPFLAGS+= -DINET6
     18  1.7    lukem .endif
     19  1.1  thorpej 
     20  1.2  thorpej .include <bsd.lib.mk>
     21