projects
/
apple
/
shell_cmds.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
shell_cmds-162.tar.gz
[apple/shell_cmds.git]
/
kill
/
Makefile
Commit
Line
Data
41a2c555
A
1
Project = kill
2
Install_Dir = /bin
44bd5ea7
A
3
4
CFILES = kill.c
41a2c555
5
MANPAGES = kill.1
44bd5ea7
6
f14763b6
7
Extra_CC_Flags = -Wall
41a2c555
8
Extra_LD_Flags = -dead_strip
44bd5ea7
9
41a2c555
10
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make