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