diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-12 11:21:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-12 11:21:48 +0000 |
commit | 077baaed26a0063c1777eaea9cf0650004eb2ea8 (patch) | |
tree | 8d4e19392da198bd858f9a979763467779aa0eae /sbin/Makefile | |
parent | fa525c37d39262db33d4c49a357b18a2724d5704 (diff) |
add /sbin/scsi from FreeBSD -- a good start!
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index d97399f0c4d..e4d47573728 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1996/06/11 10:37:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 1996/06/12 11:21:23 deraadt Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip @@ -6,7 +6,7 @@ SUBDIR= badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf ipfstat \ ipnat kbd mknod modload modunload mount mountd nfsd nfsiod \ - nologin ping quotacheck reboot route routed savecore shutdown \ + nologin ping quotacheck reboot route routed savecore scsi shutdown \ slattach swapon ttyflags umount # support for various file systems |