]>
Commit | Line | Data |
---|---|---|
41a2c555 A |
1 | Project = find |
2 | Install_Dir = /usr/bin | |
44bd5ea7 A |
3 | |
4 | HFILES = extern.h find.h | |
e1a085ba | 5 | CFILES = find.c function.c ls.c main.c misc.c operator.c option.c |
41a2c555 A |
6 | YFILES = getdate.y |
7 | MANPAGES = find.1 | |
e1a085ba | 8 | |
ddb4a88b | 9 | Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic \ |
41a2c555 A |
10 | -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE |
11 | Extra_LD_Flags = -dead_strip | |
44bd5ea7 | 12 | |
41a2c555 | 13 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |