]> git.saurik.com Git - apple/file_cmds.git/blobdiff - df/Makefile
file_cmds-185.2.tar.gz
[apple/file_cmds.git] / df / Makefile
index 154ddffce0f78a8d0fe610bfb2d6d5378f6f4f7c..36d8c06323388d80c3a059f248bc7a36696fbce4 100644 (file)
@@ -12,7 +12,7 @@ NAME = df
 PROJECTVERSION = 2.8
 PROJECT_TYPE = Tool
 
-CFILES = df.c
+CFILES = df.c vfslist.c
 
 OTHERSRCS = Makefile Makefile.preamble Makefile.postamble df.1
 
@@ -21,7 +21,7 @@ MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
 CODE_GEN_STYLE = DYNAMIC
 MAKEFILE = tool.make
 NEXTSTEP_INSTALLDIR = /bin
-LIBS = 
+LIBS = -lutil
 DEBUG_LIBS = $(LIBS)
 PROF_LIBS = $(LIBS)
 
@@ -46,3 +46,5 @@ include $(MAKEFILEDIR)/$(MAKEFILE)
 -include Makefile.postamble
 
 -include Makefile.dependencies
+
+ALL_CFLAGS += -I "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders" -D_DARWIN_USE_64_BIT_INODE