aboutsummaryrefslogtreecommitdiff
path: root/libexec/save-entropy
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-04-01 12:37:54 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-04-01 12:37:54 +0000
commit4d63e8de710bbe23ce7d39bb0b039be27a72f508 (patch)
treeece4552b5f6fa412e4e2438b0b38d4c7ccc0a405 /libexec/save-entropy
parenta4d7a3c06992389ecbca4ae8d12e8166d35d98af (diff)
downloadsrc-4d63e8de710bbe23ce7d39bb0b039be27a72f508.tar.gz
src-4d63e8de710bbe23ce7d39bb0b039be27a72f508.zip
Mark bits that do not require an object directory as such.
Notes
Notes: svn path=/head/; revision=112940
Diffstat (limited to 'libexec/save-entropy')
-rw-r--r--libexec/save-entropy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/save-entropy/Makefile b/libexec/save-entropy/Makefile
index 400bb9e6888c..40ed88a2b336 100644
--- a/libexec/save-entropy/Makefile
+++ b/libexec/save-entropy/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
SCRIPTS= save-entropy.sh
+NOOBJ=
.include <bsd.prog.mk>