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