summaryrefslogtreecommitdiff
path: root/usr.sbin/altq/libaltq
diff options
context:
space:
mode:
authorKenjiro Cho <kjc@cvs.openbsd.org>2001-07-13 09:28:48 +0000
committerKenjiro Cho <kjc@cvs.openbsd.org>2001-07-13 09:28:48 +0000
commit5bb8d1aa21aa5f3d9f680daadb71aff3ecbe3e62 (patch)
tree792ec0eab3dd29e0c65567c33135ada2cd315b6e /usr.sbin/altq/libaltq
parent12ced19df31ca4e448b5c665b1cf59bc8c80b3a0 (diff)
-DINET6 was missing
Diffstat (limited to 'usr.sbin/altq/libaltq')
-rw-r--r--usr.sbin/altq/libaltq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/altq/libaltq/Makefile b/usr.sbin/altq/libaltq/Makefile
index 4c6c1559059..8bd044b7546 100644
--- a/usr.sbin/altq/libaltq/Makefile
+++ b/usr.sbin/altq/libaltq/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2001/06/27 18:23:22 kjc Exp $
+# $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
@@ -6,7 +6,7 @@ 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
+CPPFLAGS+= -DALTQ -DINET6
# we don't build the other copies of this library
NOPIC= yes