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-202.2.tar.gz
[apple/file_cmds.git]
/
rmt
/
Makefile
1
Project = rmt
2
Install_Dir = /usr/sbin
3
4
CFILES = rmt.c
5
MANPAGES = rmt.8
6
7
Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
8
Extra_LD_Flags = -dead_strip
9
10
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make