diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/altq/libaltq/Makefile | 4 |
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 |