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