]> git.saurik.com Git - apple/shell_cmds.git/blame - find/Makefile
shell_cmds-149.tar.gz
[apple/shell_cmds.git] / find / Makefile
CommitLineData
41a2c555
A
1Project = find
2Install_Dir = /usr/bin
44bd5ea7
A
3
4HFILES = extern.h find.h
e1a085ba 5CFILES = find.c function.c ls.c main.c misc.c operator.c option.c
41a2c555
A
6YFILES = getdate.y
7MANPAGES = find.1
e1a085ba 8
ddb4a88b 9Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic \
41a2c555
A
10 -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
11Extra_LD_Flags = -dead_strip
44bd5ea7 12
41a2c555 13include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make