summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-01 12:37:54 +0000
committerru <ru@FreeBSD.org>2003-04-01 12:37:54 +0000
commit6b0e3863fff577df842abcb6ada5392bb4c889a7 (patch)
treeece4552b5f6fa412e4e2438b0b38d4c7ccc0a405
parent8d1644078d9b122b6a165584329132d2da1e6cc3 (diff)
downloadFreeBSD-src-6b0e3863fff577df842abcb6ada5392bb4c889a7.zip
FreeBSD-src-6b0e3863fff577df842abcb6ada5392bb4c889a7.tar.gz
Mark bits that do not require an object directory as such.
-rw-r--r--gnu/usr.bin/cc/include/Makefile2
-rw-r--r--libexec/save-entropy/Makefile1
-rw-r--r--usr.bin/alias/Makefile2
3 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile
index 45a8cf9..a263d6d 100644
--- a/gnu/usr.bin/cc/include/Makefile
+++ b/gnu/usr.bin/cc/include/Makefile
@@ -10,6 +10,8 @@ INCS= mmintrin.h xmmintrin.h
INCS= ia64intrin.h
.endif
+NOOBJ=
+
.include <bsd.init.mk>
.include <bsd.incs.mk>
.include <bsd.obj.mk>
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>
diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile
index 22cfa7e..fbfcd11 100644
--- a/usr.bin/alias/Makefile
+++ b/usr.bin/alias/Makefile
@@ -2,7 +2,7 @@
SCRIPTS=generic.sh
SCRIPTSNAME=alias
-NOMAN=
+NOOBJ=
LINKS= ${BINDIR}/alias ${BINDIR}/bg \
${BINDIR}/alias ${BINDIR}/cd \
OpenPOWER on IntegriCloud