X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/40bf83fed3260cbe00f8bd41f2f5a5f622d625be..686e1a443a8b1ba83917c42879672abe732e955c:/ls/Makefile diff --git a/ls/Makefile b/ls/Makefile index 77669a2..0d83deb 100644 --- a/ls/Makefile +++ b/ls/Makefile @@ -1,16 +1,16 @@ Project = ls Install_Dir = /bin -CFILES = cmp.c ls.c print.c util.c humanize_number.c +CFILES = cmp.c ls.c print.c util.c MANPAGES = ls.1 -Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic \ +Extra_CC_Flags = -Werror -Wall \ -D__FBSDID=__RCSID \ "-I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders" \ -DCOLORLS \ -D_DARWIN_USE_64_BIT_INODE \ -include TargetConditionals.h Extra_LD_Flags = -dead_strip \ - -lncurses + -lncurses -lutil include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make