projects
/
apple
/
file_cmds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
file_cmds-212.1.tar.gz
[apple/file_cmds.git]
/
du
/
Makefile
1
Project = du
2
Install_Dir = /usr/bin
3
4
CFILES = du.c
5
MANPAGES = du.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