| 1 | Project = touch |
| 2 | Install_Dir = /usr/bin |
| 3 | |
| 4 | CFILES = touch.c |
| 5 | MANPAGES = touch.1 |
| 6 | |
| 7 | Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE |
| 8 | Extra_LD_Flags = -dead_strip |
| 9 | |
| 10 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |