Normalize.

This commit is contained in:
Ruslan Ermilov 2004-01-20 13:09:29 +00:00
parent 568fb8796f
commit 24dfc36033
5 changed files with 91 additions and 22 deletions

View File

@ -3,19 +3,37 @@
# Do not include `info' in the SUBDIR list, it is handled separately.
SUBDIR= colldef dict examples man me misc mk mklocale monetdef \
msgdef numericdef skel syscons tabset termcap timedef zoneinfo
.if !defined(NO_SHAREDOCS)
SUBDIR+= doc
.endif
SUBDIR= colldef \
dict \
${_doc} \
examples \
${_isdn} \
man \
me \
misc \
mk \
mklocale \
monetdef \
msgdef \
numericdef \
${_sendmail} \
skel \
syscons \
tabset \
termcap \
timedef \
zoneinfo
.if !defined(NO_I4B)
SUBDIR+= isdn
_isdn= isdn
.endif
.if !defined(NO_SENDMAIL)
SUBDIR+= sendmail
_sendmail= sendmail
.endif
.if !defined(NO_SHAREDOCS)
_doc= doc
.endif
.include <bsd.subdir.mk>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>