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