From: Joerg Sonnenberger Date: Fri, 11 Feb 2005 23:20:58 +0000 (+0000) Subject: install altq headers X-Git-Tag: v2.0.1~8821 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/11f8e5aa7dbd544a79a86c4ac7fce62eba7ecd2f install altq headers --- diff --git a/include/Makefile b/include/Makefile index 1e5f648202..9c41a71e21 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # $FreeBSD: src/include/Makefile,v 1.109.2.27 2003/01/24 05:12:29 sam Exp $ -# $DragonFly: src/include/Makefile,v 1.22 2004/09/20 21:19:28 joerg Exp $ +# $DragonFly: src/include/Makefile,v 1.23 2005/02/11 23:20:58 joerg Exp $ # # Doing a make install builds /usr/include # @@ -53,7 +53,7 @@ LSUBDIRS= bus/cam bus/cam/scsi \ vfs/msdosfs vfs/nfs vfs/ntfs vfs/nwfs \ vfs/smbfs vfs/udf vfs/ufs \ net/vlan net/ipfw net/ip6fw net/dummynet net/sppp net/ip_mroute \ - net/bridge net/tun net/ppp net/ppp_layer net/sl net/pf \ + net/bridge net/tun net/ppp net/ppp_layer net/sl net/pf net/altq \ netgraph/UI netgraph/async netgraph/bpf netgraph/bridge \ netgraph/cisco netgraph/echo netgraph/eiface netgraph/etf \ netgraph/ether netgraph/fec netgraph/frame_relay netgraph/hole \