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