diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-30 21:56:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-30 21:56:11 +0000 |
commit | 0a865e03160abde95f1a263f529a5e4e9f8b1ffd (patch) | |
tree | 21724951e21ccf59c36a25452f7f4abf3bcee37e /usr.sbin | |
parent | f9a6f8728e3dac559c5485a3e56ff54a9e14bc03 (diff) |
enable altq userland parts
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 7c3fa308975..509298acbfd 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.83 2001/06/24 21:04:15 kjell Exp $ +# $OpenBSD: Makefile,v 1.84 2001/07/30 21:56:10 deraadt Exp $ # not yet done: catman .include <bsd.own.mk> -SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ +SUBDIR= ac accton adduser altq amd arp bootpd bootpgw bootpef bootptest \ chroot config cron dev_mkdb dhcp \ edquota gspa httpd inetd iostat \ kgmon kvm_mkdb lpr \ |