summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-07-15 04:55:37 +0000
committerbrooks <brooks@FreeBSD.org>2001-07-15 04:55:37 +0000
commit46e39d87e36cbe06e62801b9981059f6a76e3c81 (patch)
tree4c247eebe9e88c90bf3fe273067f64b556c29a48 /sys/modules/Makefile
parentb923e2f3e619be3ca05d77fded500e013d405179 (diff)
downloadFreeBSD-src-46e39d87e36cbe06e62801b9981059f6a76e3c81.zip
FreeBSD-src-46e39d87e36cbe06e62801b9981059f6a76e3c81.tar.gz
Put module directories one per line so adding new modules creates readable
diffs and produces less conflicts with local source trees.
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile124
1 files changed, 113 insertions, 11 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 11dc5c8..59d3d67 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -6,21 +6,123 @@
_random= random
.endif
-SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
- cam ccd cd9660 coda cue dc de digi ed fdescfs fdc fs fxp \
- if_disc if_ef if_gif if_ppp if_sl if_stf if_tap if_tun \
- ip6fw ipfilter ipfw ispfw joy kue lge \
- libmchain linux lnc md mii mlx msdosfs ncp netgraph nfs nge nmdm ntfs \
- nullfs nwfs pcn portalfs procfs ${_random} \
- rl rp sf sis sk sn snp sound sppp ste sym syscons sysvipc ti tl twe \
- tx udbp ugen uhid ukbd ulpt umapfs umass umodem ums unionfs urio usb \
+SUBDIR= 3dfx \
+ accf_data \
+ accf_http \
+ agp \
+ aha \
+ amr \
+ an \
+ aue \
+ cam \
+ ccd \
+ cd9660 \
+ coda \
+ cue \
+ dc \
+ de \
+ digi \
+ ed \
+ fdescfs \
+ fdc \
+ fs \
+ fxp \
+ if_disc \
+ if_ef \
+ if_gif \
+ if_ppp \
+ if_sl \
+ if_stf \
+ if_tap \
+ if_tun \
+ ip6fw \
+ ipfilter \
+ ipfw \
+ ispfw \
+ joy \
+ kue \
+ lge \
+ libmchain \
+ linux \
+ lnc \
+ md \
+ mii \
+ mlx \
+ msdosfs \
+ ncp \
+ netgraph \
+ nfs \
+ nge \
+ nmdm \
+ ntfs \
+ nullfs \
+ nwfs \
+ pcn \
+ portalfs \
+ procfs \
+ ${_random} \
+ rl \
+ rp \
+ sf \
+ sis \
+ sk \
+ sn \
+ snp \
+ sound \
+ sppp \
+ ste \
+ sym \
+ syscons \
+ sysvipc \
+ ti \
+ tl \
+ twe \
+ tx \
+ udbp \
+ ugen \
+ uhid \
+ ukbd \
+ ulpt \
+ umapfs \
+ umass \
+ umodem \
+ ums \
+ unionfs \
+ urio \
+ usb \
uscanner \
- vinum vpo vr vx wb wx xl
+ vinum \
+ vpo \
+ vr \
+ vx \
+ wb \
+ wx \
+ xl
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=aac aic ar asr atspeaker bktr coff el fpu gnufpu ibcs2 mly \
- oltr pecoff ray s3 smbfs splash sr streams vesa wi
+SUBDIR+=aac \
+ aic \
+ ar \
+ asr \
+ atspeaker \
+ bktr \
+ coff \
+ el \
+ fpu \
+ gnufpu \
+ ibcs2 \
+ mly \
+ oltr \
+ pecoff \
+ ray \
+ s3 \
+ smbfs \
+ splash \
+ sr \
+ streams \
+ vesa \
+ wi
.endif
.if ${MACHINE} == "pc98"
OpenPOWER on IntegriCloud