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