projects
/
apple
/
system_cmds.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
system_cmds-541.tar.gz
[apple/system_cmds.git]
/
vm_stat.tproj
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
0 / 10 ( 0%)
Commit
Line
Data
1
Project = vm_stat
2
Install_Dir = /usr/bin
3
4
CFILES = vm_stat.c
5
MANPAGES = vm_stat.1
6
7
Extra_CC_Flags =
8
Extra_LD_Flags = -dead_strip
9
10
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make