diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-02-24 19:21:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-02-24 19:21:42 +0000 |
commit | d0878bee8be093b37b1eca8fb08bedfc4333c158 (patch) | |
tree | 744435d1c7992b592d10b94b4cae29be2b5e1503 /sbin | |
parent | 5036bb1c4740643537c3264ceb87bce0726c8a56 (diff) |
build resolvd
Diffstat (limited to 'sbin')
-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 |