summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1998-08-30 20:28:50 +0000
committergpalmer <gpalmer@FreeBSD.org>1998-08-30 20:28:50 +0000
commit1f2b7138e51fb7553a3ba05f9a61a1fd76c26756 (patch)
tree8e5d63c5ba9e5ebd81d594bda4a7c021af5ce4cc /sbin/Makefile
parent69c14dad4d8350767567fd206d445534e96b992d (diff)
downloadFreeBSD-src-1f2b7138e51fb7553a3ba05f9a61a1fd76c26756.zip
FreeBSD-src-1f2b7138e51fb7553a3ba05f9a61a1fd76c26756.tar.gz
Split lines into one subdir per line.
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 9d0cd3a..c95b4ec 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>
OpenPOWER on IntegriCloud