X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/44a7a5ab64e9df65e241260d76d3dac1160b3360..40558d9b2b11b6edb660cce88544ef25d2f5a589:/df/Makefile diff --git a/df/Makefile b/df/Makefile index 154ddff..101cda1 100644 --- a/df/Makefile +++ b/df/Makefile @@ -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 @@ -46,3 +46,5 @@ include $(MAKEFILEDIR)/$(MAKEFILE) -include Makefile.postamble -include Makefile.dependencies + +ALL_CFLAGS += -I/System/Library/Frameworks/System.framework/PrivateHeaders