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