summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-04-20 04:12:47 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-04-20 04:12:47 +0000
commit8d9b4ffaf487f3986da30ec42946a7f8f57a79f2 (patch)
treea789b5c4080e1b20a5e6db1c68da775e07c337ef
parent11ff91d7f6b2dfd431859696be78701b6a48c27a (diff)
switch to new dhcrelay, theo ok
-rw-r--r--usr.sbin/Makefile4
-rw-r--r--usr.sbin/dhcp/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 3b1811ffc41..14a4d22c451 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.105 2004/02/26 07:28:55 beck Exp $
+# $OpenBSD: Makefile,v 1.106 2004/04/20 04:12:46 henning Exp $
# not yet done: catman
@@ -6,7 +6,7 @@
SUBDIR= ac accton adduser amd arp authpf \
bgpctl bgpd bind bootpd bootpgw bootpef bootptest \
- chroot config cron dev_mkdb dhcp \
+ chroot config cron dev_mkdb dhcp dhcrelay \
edquota httpd inetd iostat \
kgmon kvm_mkdb lpr \
mailwrapper mopd mtree \
diff --git a/usr.sbin/dhcp/Makefile b/usr.sbin/dhcp/Makefile
index c18621147da..5c90c862415 100644
--- a/usr.sbin/dhcp/Makefile
+++ b/usr.sbin/dhcp/Makefile
@@ -30,6 +30,6 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
-SUBDIR= common server relay
+SUBDIR= common server
.include <bsd.subdir.mk>