summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-02-07 10:19:50 +0000
committerflorian <florian@openbsd.org>2020-02-07 10:19:50 +0000
commitaffa39054098b0609f67d68b71cea3c6006b94d2 (patch)
tree81bfac81fbb4846d7f48d5208c0fb80ddd3ce90e
parentMove dig(1) and needed DNS libraries into it's own source directory in (diff)
downloadwireguard-openbsd-affa39054098b0609f67d68b71cea3c6006b94d2.tar.xz
wireguard-openbsd-affa39054098b0609f67d68b71cea3c6006b94d2.zip
Unhook usr.sbin/bind from the build and hook up new dig source
directory (usr.bin/dig).
-rw-r--r--usr.bin/Makefile4
-rw-r--r--usr.sbin/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 35a3c00d69f..a21755f6ad8 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.161 2019/08/09 06:18:25 martijn Exp $
+# $OpenBSD: Makefile,v 1.162 2020/02/07 10:19:50 florian Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@ SUBDIR= apply arch at aucat audioctl awk banner \
biff cal calendar cap_mkdb cdio chpass cmp col colrm \
column comm compress cpp crontab csplit ctags ctfconv ctfdump \
cu cut cvs \
- dc deroff diff diff3 dirname doas du encrypt env expand false file \
+ dc deroff diff diff3 dig dirname doas du encrypt env expand false file \
find fgen finger fmt fold from fstat ftp gencat getcap \
getconf getent getopt gprof grep head hexdump htpasswd id indent \
infocmp ipcrm ipcs \
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 0d7d55d1ea1..7f487993bc5 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.209 2020/01/24 05:11:34 tedu Exp $
+# $OpenBSD: Makefile,v 1.210 2020/02/07 10:19:50 florian Exp $
.include <bsd.own.mk>
SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp \
- authpf bgpctl bgpd bind chroot config cron crunchgen dev_mkdb \
+ authpf bgpctl bgpd chroot config cron crunchgen dev_mkdb \
dhcpd dhcrelay dhcrelay6 dvmrpctl dvmrpd edquota eeprom eigrpd eigrpctl \
fdformat ftp-proxy gpioctl hostapd hostctl hotplugd httpd identd \
ifstated ikectl inetd installboot iostat iscsictl iscsid kgmon \