diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2016-09-17 18:37:02 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2016-09-17 18:37:02 +0000 |
commit | 3e89d9395ce28e846e6cc33e82433d4d7b3a43c1 (patch) | |
tree | e081ccff50d6511ec13b67f769d62a8a83f09d3c | |
parent | 91ea985ed1252964bc6f61c5374361dc685bf6b1 (diff) |
unhook ping6 from the build
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 62c768752ab..8100ac541f1 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.104 2015/03/24 12:00:39 dlg Exp $ +# $OpenBSD: Makefile,v 1.105 2016/09/17 18:37:01 florian Exp $ SUBDIR= atactl badsect bioctl clri dhclient \ disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \ @@ -7,7 +7,7 @@ SUBDIR= atactl badsect bioctl clri dhclient \ mount_cd9660 mount_ext2fs mount_ffs mount_msdos \ mount_nfs mount_ntfs mount_tmpfs mount_udf \ mount_vnd mountd ncheck_ffs newfs newfs_ext2fs newfs_msdos \ - nfsd nologin pdisk pfctl pflogd ping ping6 quotacheck \ + nfsd nologin pdisk pfctl pflogd ping quotacheck \ reboot restore route savecore scan_ffs \ scsi shutdown swapctl sysctl ttyflags tunefs \ umount wsconsctl |