]> git.saurik.com Git - apple/file_cmds.git/blobdiff - ls/Makefile
file_cmds-212.tar.gz
[apple/file_cmds.git] / ls / Makefile
index 77669a29529b2f61d8e74c0d7a0493d90f67bd05..0d83debd60b44f9130db29eafe547db516d2118c 100644 (file)
@@ -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