diff options
author | 2003-03-01 00:41:18 +0000 | |
---|---|---|
committer | 2003-03-01 00:41:18 +0000 | |
commit | a0cdfc3591351da0e4c56d9612e5be6d307f1c6f (patch) | |
tree | 089005199051fe71bc075d4f700c28ba40f9b202 | |
parent | After 2 years, and more than 350 pieces of mail exchanged with "the (diff) | |
download | wireguard-openbsd-a0cdfc3591351da0e4c56d9612e5be6d307f1c6f.tar.xz wireguard-openbsd-a0cdfc3591351da0e4c56d9612e5be6d307f1c6f.zip |
mrouted & friends can now be enabled
-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 |