diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-01 00:41:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-01 00:41:19 +0000 |
commit | 2087706e06239db168960fed58b6d0b5b3ac28e4 (patch) | |
tree | 452ec930fba2d67c333d37062110de93c929c305 /usr.sbin | |
parent | 14316bff160ab0b5e55ea187be501afda4f03a85 (diff) |
mrouted & friends can now be enabled
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 31f2df30f36..19bf1c62ca9 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.93 2003/02/04 01:35:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.94 2003/03/01 00:41:18 deraadt Exp $ # not yet done: catman @@ -10,6 +10,7 @@ SUBDIR= ac accton adduser amd arp authpf \ edquota httpd inetd iostat \ kgmon kvm_mkdb lpr \ mailwrapper mopd mtree \ + mrouted mrinfo mtrace map-mbone \ netgroup_mkdb openssl pkg pkg_install popa3d portmap ppp pppd pppoe \ pstat pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota rmt \ rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ @@ -17,8 +18,7 @@ SUBDIR= ac accton adduser amd arp authpf \ syslogd tcpdump timed tokenadm tokeninit traceroute trpt \ usbdevs user vipw vnconfig wsmoused zdump zic -# LICENSING ISSUES: mrouted has non-free parts, and the following use them: -# mrouted mrinfo mtrace map-mbone + # IPv6 SUBDIR+=faithd ndp rip6query route6d rtadvd rtsold traceroute6 |