diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-07-23 11:56:03 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-07-23 11:56:03 +0000 |
commit | d157ff31b3406724f9c96225819ef5e12096894d (patch) | |
tree | ce5341dd0185229b37216d38ba2a0d85aaa3531c /usr.sbin/Makefile | |
parent | e68bfd96e3f0f8b1eda04c77d28ec2eb7cd507e7 (diff) |
It's time to switch to rad(8); tested by many.
Unhook rtadvd from build.
OK deraadt, phessler
Diffstat (limited to 'usr.sbin/Makefile')
-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 85d0a53f14b..da437ba9608 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.202 2018/07/12 08:19:00 florian Exp $ +# $OpenBSD: Makefile,v 1.203 2018/07/23 11:56:02 florian Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp \ pcidump pkg_add portmap pppd procmap pstat pwd_mkdb \ quot quotaon ractl rad radiusctl radiusd rarpd rbootd \ rcctl rdate rebound relayctl relayd repquota ripctl ripd \ - rmt route6d rpc.bootparamd rpc.lockd rpc.statd rtadvd \ + rmt route6d rpc.bootparamd rpc.lockd rpc.statd \ sa sasyncd sensorsd slaacctl slowcgi smtpd \ snmpctl snmpd spamdb switchctl switchd syslogc syslogd sysmerge \ syspatch tcpdrop tcpdump tftp-proxy tftpd tokenadm tokeninit \ |