]> git.saurik.com Git - apple/shell_cmds.git/blame - which/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / which / Makefile
CommitLineData
41a2c555
A
1Project = which
2Install_Dir = /usr/bin
44bd5ea7 3
e1a085ba 4CFILES = which.c
41a2c555 5MANPAGES = which.1
44bd5ea7 6
f14763b6 7Extra_CC_Flags = -Wall \
41a2c555
A
8 -D__FBSDID=__RCSID
9Extra_LD_Flags = -dead_strip
44bd5ea7 10
41a2c555 11include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make