summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-04-20 04:12:46 +0000
committerhenning <henning@openbsd.org>2004-04-20 04:12:46 +0000
commit2987b68d91adace6fce94f9edc9d595f8b9acb38 (patch)
treefdb273f8c1357d596825e101f53c18d460e59811
parentthere are lies, damn lies, and isc dhcpd manpages (diff)
downloadwireguard-openbsd-2987b68d91adace6fce94f9edc9d595f8b9acb38.tar.xz
wireguard-openbsd-2987b68d91adace6fce94f9edc9d595f8b9acb38.zip
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>