aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1998-08-30 20:28:50 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1998-08-30 20:28:50 +0000
commitcb7f1224bbe85d9e1f650d89d2396419baf06676 (patch)
treed7d19bdc2989425117c7dac9588dd89d49657a46 /sbin/Makefile
parent05da683dd4ef3372b1a779c1cd531e5720ff63ac (diff)
downloadsrc-cb7f1224bbe85d9e1f650d89d2396419baf06676.tar.gz
src-cb7f1224bbe85d9e1f650d89d2396419baf06676.zip
Split lines into one subdir per line.
Notes
Notes: svn path=/head/; revision=38653
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile67
1 files changed, 58 insertions, 9 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 9d0cd3a79259..c95b4ec8c28c 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,22 +1,71 @@
# @(#)Makefile 8.5 (Berkeley) 3/31/94
-# $Id: Makefile,v 1.50 1998/08/15 13:21:41 jb Exp $
+# $Id: Makefile,v 1.51 1998/08/20 20:47:49 jb Exp $
# XXX MISSING: icheck ncheck
-SUBDIR= badsect ccdconfig clri disklabel dmesg dset dump dumpfs dumpon \
- fsck fsdb fsirand ifconfig init ipf ipfw kldload kldstat kldunload \
- md5 mknod modload modunload mount mount_cd9660 mount_ext2fs \
- mount_nfs mount_null mount_portal mount_std mount_umap \
- mount_union mountd newfs newfs_msdos nfsd nfsiod nologin nos-tun \
- ping quotacheck reboot restore route routed savecore scsiformat \
- shutdown slattach startslip spppcontrol swapon tunefs umount
+SUBDIR= badsect \
+ ccdconfig \
+ clri \
+ disklabel \
+ dmesg \
+ dset \
+ dump \
+ dumpfs \
+ dumpon \
+ fsck \
+ fsdb \
+ fsirand \
+ ifconfig \
+ init \
+ ipf \
+ ipfw \
+ kldload \
+ kldstat \
+ kldunload \
+ md5 \
+ mknod \
+ modload \
+ modunload \
+ mount \
+ mount_cd9660 \
+ mount_ext2fs \
+ mount_nfs \
+ mount_null \
+ mount_portal \
+ mount_std \
+ mount_umap \
+ mount_union \
+ mountd \
+ newfs \
+ newfs_msdos \
+ nfsd \
+ nfsiod \
+ nologin \
+ nos-tun \
+ ping \
+ quotacheck \
+ reboot \
+ restore \
+ route \
+ routed \
+ savecore \
+ scsiformat \
+ shutdown \
+ slattach \
+ startslip \
+ spppcontrol \
+ swapon \
+ tunefs \
+ umount
.if exists(${.CURDIR}/${MACHINE})
SUBDIR+= ${MACHINE}
.endif
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=adjkerntz ldconfig scsi
+SUBDIR+=adjkerntz \
+ ldconfig \
+ scsi
.endif
.include <bsd.subdir.mk>