]> git.saurik.com Git - apple/system_cmds.git/blame_incremental - newgrp.tproj/Makefile
system_cmds-541.tar.gz
[apple/system_cmds.git] / newgrp.tproj / Makefile
... / ...
CommitLineData
1Project = newgrp
2Install_Dir = /usr/bin
3
4CFILES = newgrp.c
5MANPAGES = newgrp.1
6
7Extra_CC_Flags = -Wall -Werror
8Extra_CC_Flags += -D__FBSDID=__RCSID
9Extra_LD_Flags = -dead_strip
10
11include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
12
13Install_Program_Mode = 04555