blob: 8bd044b7546a55d86a218f38fd6c2c39af8f5b60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: Makefile,v 1.2 2001/07/13 09:28:47 kjc Exp $
# $NetBSD: Makefile,v 1.2 2000/12/16 18:57:35 thorpej Exp $
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
# we don't build the other copies of this library
NOPIC= yes
NOPROFILE= yes
# only needed during build
install:
.include <bsd.lib.mk>
|