]> git.saurik.com Git - apple/shell_cmds.git/blob - who/Makefile
434b84c2e93f9a1e876f6dad458d72ac5d41869b
[apple/shell_cmds.git] / who / Makefile
1 Project = who
2 Install_Dir = /usr/bin
3
4 CFILES = who.c
5 MANPAGES = who.1
6
7 Extra_CC_Flags = -Wall -mdynamic-no-pic \
8 -g -O0
9 Extra_LD_Flags = -dead_strip
10
11 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make