projects
/
apple
/
system_cmds.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
system_cmds-496.tar.gz
[apple/system_cmds.git]
/
sysctl.tproj
/
Makefile
diff --git
a/sysctl.tproj/Makefile
b/sysctl.tproj/Makefile
index ee35679fc41220f1887536c44a7a4544c4486cd9..9c0145919c214872be57d5eb6324f12cce673b2e 100644
(file)
--- a/
sysctl.tproj/Makefile
+++ b/
sysctl.tproj/Makefile
@@
-4,4
+4,7
@@
Install_Dir = /usr/sbin
CFILES = sysctl.c
MANPAGES = sysctl.8 sysctl.conf.5
+Extra_CC_Flags = -mdynamic-no-pic -Wall -Werror
+Extra_LD_Flags = -dead_strip
+
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make