]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/Makefile
xnu-4570.20.62.tar.gz
[apple/xnu.git] / bsd / miscfs / Makefile
index 009da4c3f86ff2cb9b015707c338f1381dd4011e..fccfd3a146d53ec81baaef0e4fc6c96f748e350f 100644 (file)
@@ -3,37 +3,24 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
        devfs \
        fifofs \
+       routefs \
        specfs \
-       union
-
-INSTINC_SUBDIRS_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
+       union \
+       nullfs
 
 EXPINC_SUBDIRS = \
        devfs \
        fifofs \
-       specfs
-
-EXPINC_SUBDIRS_PPC = \
-
-EXPINC_SUBDIRS_I386 = \
-
-SETUP_SUBDIRS =        \
-
-COMP_SUBDIRS =         \
-
-INST_SUBDIRS = \
-
+       routefs \
+       specfs \
+       union \
+       nullfs
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-