diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-10-01 09:58:53 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-10-01 09:58:53 +0000 |
commit | c790c2e609766b0ad8dfb5187cc493d45cb167f1 (patch) | |
tree | 23d010d5fa690d0a48465cc1f6ddcc5044243468 /sbin | |
parent | bbfabefa5109832dc78c4fbae9a977b70640bbd0 (diff) |
Unhook slattach(8) it has been deprecated for a long time and will hit
the Attic soon.
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 baa5be7ed4c..a4b6165bbfe 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.100 2014/09/08 01:47:05 guenther Exp $ +# $OpenBSD: Makefile,v 1.101 2014/10/01 09:58:52 mpi Exp $ SUBDIR= atactl badsect bioctl clri dhclient \ disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \ @@ -9,7 +9,7 @@ SUBDIR= atactl badsect bioctl clri dhclient \ mount_vnd mountd ncheck_ffs newfs newfs_ext2fs newfs_msdos \ nfsd nologin pdisk pfctl pflogd ping ping6 quotacheck \ reboot restore route rtsol savecore scan_ffs \ - scsi shutdown slattach swapctl sysctl ttyflags tunefs \ + scsi shutdown swapctl sysctl ttyflags tunefs \ umount wsconsctl .include <bsd.subdir.mk> |