diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2006-10-29 18:06:08 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2006-10-29 18:06:08 +0000 |
commit | 02c385ff2c88f315a96ce7a1880957a0990d32f4 (patch) | |
tree | f89a9dbac2300f7aaf3345e1950a8508721b34d2 /usr.sbin | |
parent | 4236abf4e8ee133d6cd7f212eca98fcf24555080 (diff) |
Connect ripd and ripctl to the build.
ok claudio@ deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 3bd0727dee1..f3db1998404 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.128 2006/09/20 14:58:32 pedro Exp $ +# $OpenBSD: Makefile,v 1.129 2006/10/29 18:06:07 norby Exp $ .include <bsd.own.mk> @@ -10,6 +10,7 @@ SUBDIR= ac accton acpid acpidump adduser amd apm apmd arp authpf \ memconfig mopd mrinfo mrouted mtrace mtree netgroup_mkdb ntpd \ openssl ospfctl ospfd pkg_add popa3d portmap ppp pppd pppoe procmap \ pstat pwd_mkdb quot quotaon rarpd rbootd rdate rdconfig repquota \ + ripctl ripd \ rmt rpc.bootparamd rpc.lockd rwhod sa sasyncd sensorsd sliplogin \ slstats spamdb spray syslogc syslogd tcpdrop tcpdump \ timed tokenadm tokeninit traceroute trpt usbdevs user vipw vnconfig \ |