]> git.saurik.com Git - apple/shell_cmds.git/blame - who/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / who / Makefile
CommitLineData
41a2c555
A
1Project = who
2Install_Dir = /usr/bin
44bd5ea7 3
ddb4a88b 4CFILES = who.c utmpentry.c
41a2c555 5MANPAGES = who.1
44bd5ea7 6
f14763b6 7Extra_CC_Flags = -Wall -Werror
ddb4a88b 8Extra_CC_Flags += -DSUPPORT_UTMPX -D_UTMPX_COMPAT
41a2c555 9Extra_LD_Flags = -dead_strip
44bd5ea7 10
41a2c555 11include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make