shell_cmds-118.tar.gz
[apple/shell_cmds.git] / id / Makefile
0 / 16 (  0%)
CommitLineData
1Project = id
2Install_Dir = /usr/bin
3
4CFILES = id.c
5MANPAGES = groups.1 id.1 whoami.1
6
7Extra_CC_Flags = -Wall -mdynamic-no-pic \
8 -D__FBSDID=__RCSID -DUSE_BSM_AUDIT \
9 -Wno-error
10Extra_LD_Flags = -dead_strip
11
12include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
13
14after_install:
15 $(LN) $(DSTROOT)/$(Install_Dir)/id $(DSTROOT)/$(Install_Dir)/groups
16 $(LN) $(DSTROOT)/$(Install_Dir)/id $(DSTROOT)/$(Install_Dir)/whoami