mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Put module directories one per line so adding new modules creates readable
diffs and produces less conflicts with local source trees.
This commit is contained in:
parent
1f246456a5
commit
09261c4f2f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79745
@ -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"
|
||||
|
@ -1,9 +1,30 @@
|
||||
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= async bpf bridge cisco echo ether frame_relay hole iface ksocket lmi \
|
||||
netgraph one2many ppp pppoe pptpgre rfc1490 socket sync_ar sync_sr \
|
||||
tee tty UI vjc
|
||||
SUBDIR= async \
|
||||
bpf \
|
||||
bridge \
|
||||
cisco \
|
||||
echo \
|
||||
ether \
|
||||
frame_relay \
|
||||
hole \
|
||||
iface \
|
||||
ksocket \
|
||||
lmi \
|
||||
netgraph \
|
||||
one2many \
|
||||
ppp \
|
||||
pppoe \
|
||||
pptpgre \
|
||||
rfc1490 \
|
||||
socket \
|
||||
sync_ar \
|
||||
sync_sr \
|
||||
tee \
|
||||
tty \
|
||||
UI \
|
||||
vjc
|
||||
|
||||
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
|
||||
SUBDIR+= mppc
|
||||
|
Loading…
Reference in New Issue
Block a user