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