diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-02 18:21:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-02 18:21:25 +0000 |
commit | 6fa2b5d1dd3a11c4cdd277a4738bcb8884ae8f08 (patch) | |
tree | 9c3e8fa42ba18f1f26767b027be5d89d46687c40 /usr.sbin/Makefile | |
parent | ab1abeccbe758225b2cb23f3f8b9b8dcf13d3466 (diff) |
do not compile components with licensing issues
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index da1252dd20a..ff830ffe6a7 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.79 2001/06/02 00:44:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.80 2001/06/02 18:21:24 deraadt Exp $ # not yet done: catman @@ -8,14 +8,17 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ chroot config cron dev_mkdb dhcp \ edquota gspa httpd inetd iostat \ kgmon kvm_mkdb lpr \ - mailwrapper map-mbone mrinfo mopd mtrace mtree named \ + mailwrapper mopd mtree named \ netgroup_mkdb openssl pkg pkg_install portmap ppp pppd pppoe pstat \ pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota rmt \ - rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ + rpc.bootparamd rpc.lockd rwhod \ sa sesd sliplogin slstats spppcontrol spray \ syslogd tcpdump timed tokenadm tokeninit traceroute trpt trsp \ usbdevs user vipw vnconfig wsmoused zdump zic +# LICENSING ISSUES: +# rpc.pcnfsd mrouted mrinfo mtrace map-mbone + # IPv6 SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6 |