summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1998-08-30 20:22:15 +0000
committergpalmer <gpalmer@FreeBSD.org>1998-08-30 20:22:15 +0000
commit69c14dad4d8350767567fd206d445534e96b992d (patch)
tree7bc366a742fbb33858bd1cdb231f0c129cdbcb0d /bin/Makefile
parent84eee1adc6a4140770a145c4b3e090ee0c2248ac (diff)
downloadFreeBSD-src-69c14dad4d8350767567fd206d445534e96b992d.zip
FreeBSD-src-69c14dad4d8350767567fd206d445534e96b992d.tar.gz
Split lines into one subdir per line.
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile34
1 files changed, 30 insertions, 4 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 94af601..32b5d73 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,9 +1,35 @@
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.12 1998/05/27 09:25:22 phk Exp $
+# $Id: Makefile,v 1.13 1998/08/15 12:27:23 jb Exp $
-SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \
- kill ln ls mkdir mv pax ps pwd rcp rm rmdir sh sleep \
- stty sync test
+SUBDIR= cat \
+ chio \
+ chmod \
+ cp \
+ csh \
+ date \
+ dd \
+ df \
+ domainname \
+ echo \
+ ed \
+ expr \
+ hostname \
+ kill \
+ ln \
+ ls \
+ mkdir \
+ mv \
+ pax \
+ ps \
+ pwd \
+ rcp \
+ rm \
+ rmdir \
+ sh \
+ sleep \
+ stty \
+ sync \
+ test
.if !defined(NO_SENDMAIL)
SUBDIR+=rmail
OpenPOWER on IntegriCloud