]> git.saurik.com Git - apple/file_cmds.git/blame - touch/Makefile
file_cmds-188.tar.gz
[apple/file_cmds.git] / touch / Makefile
CommitLineData
64d2f73f
A
1Project = touch
2Install_Dir = /usr/bin
44a7a5ab
A
3
4CFILES = touch.c
64d2f73f 5MANPAGES = touch.1
44a7a5ab 6
64d2f73f
A
7Extra_CC_Flags = -Wall -mdynamic-no-pic \
8 -D__FBSDID=__RCSID
9Extra_LD_Flags = -dead_strip
44a7a5ab 10
64d2f73f 11include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make