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