diff options
author | ru <ru@FreeBSD.org> | 2003-04-01 12:37:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-04-01 12:37:54 +0000 |
commit | 6b0e3863fff577df842abcb6ada5392bb4c889a7 (patch) | |
tree | ece4552b5f6fa412e4e2438b0b38d4c7ccc0a405 /libexec | |
parent | 8d1644078d9b122b6a165584329132d2da1e6cc3 (diff) | |
download | FreeBSD-src-6b0e3863fff577df842abcb6ada5392bb4c889a7.zip FreeBSD-src-6b0e3863fff577df842abcb6ada5392bb4c889a7.tar.gz |
Mark bits that do not require an object directory as such.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/save-entropy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/save-entropy/Makefile b/libexec/save-entropy/Makefile index 400bb9e..40ed88a 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> |