]> git.saurik.com Git - apple/shell_cmds.git/blame - id/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / id / Makefile
CommitLineData
41a2c555
A
1Project = id
2Install_Dir = /usr/bin
44bd5ea7
A
3
4CFILES = id.c
41a2c555 5MANPAGES = groups.1 id.1 whoami.1
44bd5ea7 6
f14763b6 7Extra_CC_Flags = -Wall \
41a2c555
A
8 -D__FBSDID=__RCSID -DUSE_BSM_AUDIT \
9 -Wno-error
10Extra_LD_Flags = -dead_strip
44bd5ea7 11
41a2c555 12include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
44bd5ea7 13
41a2c555
A
14after_install:
15 $(LN) $(DSTROOT)/$(Install_Dir)/id $(DSTROOT)/$(Install_Dir)/groups
16 $(LN) $(DSTROOT)/$(Install_Dir)/id $(DSTROOT)/$(Install_Dir)/whoami