summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-20 13:09:29 +0000
committerru <ru@FreeBSD.org>2004-01-20 13:09:29 +0000
commit36f19f59f5b6f7a71a2ff9e96fb250aaf1186a27 (patch)
tree63223392d349cf748fc8e891a40867f82e8a1fbf /share/doc
parentfcd3fde5ea6a83ede89aa69626a52ae3e4a1e6e4 (diff)
downloadFreeBSD-src-36f19f59f5b6f7a71a2ff9e96fb250aaf1186a27.zip
FreeBSD-src-36f19f59f5b6f7a71a2ff9e96fb250aaf1186a27.tar.gz
Normalize.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/papers/Makefile19
-rw-r--r--share/doc/psd/Makefile28
-rw-r--r--share/doc/smm/Makefile17
-rw-r--r--share/doc/usd/Makefile15
4 files changed, 65 insertions, 14 deletions
diff --git a/share/doc/papers/Makefile b/share/doc/papers/Makefile
index bc42c47..ecab6f4 100644
--- a/share/doc/papers/Makefile
+++ b/share/doc/papers/Makefile
@@ -1,7 +1,20 @@
# $FreeBSD$
-SUBDIR= beyond4.3 bufbio diskperf fsinterface jail kernmalloc kerntune \
- malloc newvm nqnfs px relengr sysperf devfs \
- contents timecounter
+SUBDIR= beyond4.3 \
+ bufbio \
+ contents \
+ devfs \
+ diskperf \
+ fsinterface \
+ jail \
+ kernmalloc \
+ kerntune \
+ malloc \
+ newvm \
+ nqnfs \
+ px \
+ relengr \
+ sysperf \
+ timecounter
.include <bsd.subdir.mk>
diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile
index 3524d50..d50f05b 100644
--- a/share/doc/psd/Makefile
+++ b/share/doc/psd/Makefile
@@ -11,13 +11,31 @@
# the tree:
# 11.adb
-SUBDIR= title contents
-SUBDIR+= 01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang 12.make
-SUBDIR+= 13.rcs 15.yacc 16.lex 17.m4 18.gprof 20.ipctut 21.ipc
+SUBDIR= title \
+ contents \
+ 01.cacm \
+ 02.implement \
+ 03.iosys \
+ 04.uprog \
+ 05.sysman \
+ 06.Clang \
+ 12.make \
+ 13.rcs \
+ 15.yacc \
+ 16.lex \
+ 17.m4 \
+ 18.gprof \
+ 20.ipctut \
+ 21.ipc
# The following modules don't appear in the O'Reilly book, but
# are in the 4.4BSD distribution.
-SUBDIR+= 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
-SUBDIR+= 28.cvs
+SUBDIR+=22.rpcgen \
+ 23.rpc \
+ 24.xdr \
+ 25.xdrrfc \
+ 26.rpcrfc \
+ 27.nfsrpc \
+ 28.cvs
.include <bsd.subdir.mk>
diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile
index da7b2ca..6f8afc4 100644
--- a/share/doc/smm/Makefile
+++ b/share/doc/smm/Makefile
@@ -11,12 +11,21 @@
# The following modules are built with their programs:
# 07.lpd
-SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \
- 06.nfs 11.timedop \
- 12.timed 18.net
+SUBDIR= title \
+ contents \
+ 01.setup \
+ 02.config \
+ 03.fsck \
+ 04.quotas \
+ 05.fastfs \
+ 06.nfs \
+ ${_08.sendmailop} \
+ 11.timedop \
+ 12.timed \
+ 18.net
.if !defined(NO_SENDMAIL)
-SUBDIR+=08.sendmailop
+_08.sendmailop= 08.sendmailop
.endif
.include <bsd.subdir.mk>
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile
index e06d449..e7939fe 100644
--- a/share/doc/usd/Makefile
+++ b/share/doc/usd/Makefile
@@ -4,7 +4,18 @@
# The following modules are not provided:
# 14.jove
-SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \
- 18.msdiffs 19.memacros 20.meref 21.troff 22.trofftut
+SUBDIR= title \
+ contents \
+ 04.csh \
+ 07.mail \
+ 10.exref \
+ 11.vitut \
+ 12.vi \
+ 13.viref \
+ 18.msdiffs \
+ 19.memacros \
+ 20.meref \
+ 21.troff \
+ 22.trofftut
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud