]> git.saurik.com Git - apple/file_cmds.git/blame_incremental - ls/Makefile
file_cmds-212.1.tar.gz
[apple/file_cmds.git] / ls / Makefile
... / ...
CommitLineData
1Project = ls
2Install_Dir = /bin
3
4CFILES = cmp.c ls.c print.c util.c
5MANPAGES = ls.1
6
7Extra_CC_Flags = -Werror -Wall \
8 -D__FBSDID=__RCSID \
9 "-I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders" \
10 -DCOLORLS \
11 -D_DARWIN_USE_64_BIT_INODE \
12 -include TargetConditionals.h
13Extra_LD_Flags = -dead_strip \
14 -lncurses -lutil
15
16include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make