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