summaryrefslogtreecommitdiff
path: root/share/security
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
commita35d88931c87cfe6bd38f01d7bad22140b3b38f3 (patch)
tree2a28a087684353f3fc60fa304d31bd2590e83ab7 /share/security
parent88348311f3943c504b62ed3ffad125c06e3dea7a (diff)
downloadsrc-test-a35d88931c87cfe6bd38f01d7bad22140b3b38f3.tar.gz
src-test-a35d88931c87cfe6bd38f01d7bad22140b3b38f3.zip
For variables that are only checked with defined(), don't provide
any fake value.
Notes
Notes: svn path=/head/; revision=136910
Diffstat (limited to 'share/security')
-rw-r--r--share/security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/security/Makefile b/share/security/Makefile
index 0484e0dedf0ec..8303eea8f031d 100644
--- a/share/security/Makefile
+++ b/share/security/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
FILES= lomac-policy.contexts
-NOOBJ= noobj
+NOOBJ=
FILESDIR= ${BINDIR}/security
.include "${.CURDIR}/../Makefile.inc"