]> git.saurik.com Git - apple/shell_cmds.git/blob - who/Makefile
b984b17fe6afb7bd6817ee9568143f1e28a5cd40
[apple/shell_cmds.git] / who / Makefile
1 Project = who
2 Install_Dir = /usr/bin
3
4 CFILES = who.c utmpentry.c
5 MANPAGES = who.1
6
7 Extra_CC_Flags = -Wall -Werror
8 Extra_CC_Flags += -DSUPPORT_UTMPX -D_UTMPX_COMPAT
9 Extra_LD_Flags = -dead_strip
10
11 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make