diff options
author | 2021-02-24 19:21:41 +0000 | |
---|---|---|
committer | 2021-02-24 19:21:41 +0000 | |
commit | 6acb509c8ee8f527d2f2251ea1e78cbe325eb84b (patch) | |
tree | ebf650c312109835af0aa43e7c3fb8dcc3fd3553 | |
parent | More accurately describe the DNS proposal sources and reaction by resolvd. (diff) | |
download | wireguard-openbsd-6acb509c8ee8f527d2f2251ea1e78cbe325eb84b.tar.xz wireguard-openbsd-6acb509c8ee8f527d2f2251ea1e78cbe325eb84b.zip |
build resolvd
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index b087de25546..77119426343 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.108 2019/04/25 22:11:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.109 2021/02/24 19:21:41 deraadt Exp $ SUBDIR= atactl badsect bioctl clri dhclient \ disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \ @@ -8,7 +8,7 @@ SUBDIR= atactl badsect bioctl clri dhclient \ mount_nfs mount_ntfs mount_tmpfs mount_udf \ mount_vnd mountd ncheck_ffs newfs newfs_ext2fs newfs_msdos \ nfsd nologin pdisk pfctl pflogd ping quotacheck \ - reboot restore route savecore scan_ffs \ + reboot resolvd restore route savecore scan_ffs \ scsi slaacd shutdown swapctl sysctl ttyflags tunefs vnconfig \ umount unwind wsconsctl |