X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/490019cf9519204c5fb36b2fba54ceb983bb6b72..4ba76501152d51ccb5647018f3192c6096367d48:/bsd/miscfs/Makefile diff --git a/bsd/miscfs/Makefile b/bsd/miscfs/Makefile index d052d38c7..fccfd3a14 100644 --- a/bsd/miscfs/Makefile +++ b/bsd/miscfs/Makefile @@ -3,7 +3,6 @@ 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) @@ -12,16 +11,16 @@ INSTINC_SUBDIRS = \ fifofs \ routefs \ specfs \ - union + union \ + nullfs EXPINC_SUBDIRS = \ devfs \ fifofs \ routefs \ specfs \ - union + union \ + nullfs include $(MakeInc_rule) include $(MakeInc_dir) - -