aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-18 09:05:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-18 09:05:56 +0000
commit6649ab78e193c00569aadaec7579cba4c6afae21 (patch)
treee19ba772d2b0ac1e9b47e7cdfd9f4bee402c1921 /usr.bin/make/Makefile
parentb369222b0ebadb0479d4b6b4a6db8b84f71b800e (diff)
Notes
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index d6c129853686..1ada262a567c 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -12,6 +12,8 @@ SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
.PATH: ${.CURDIR}/lst.lib
+NOSHARED?= YES
+
# Set the shell which make(1) uses. Bourne is the default, but a decent
# Korn shell works fine, and much faster. Using the C shell for this
# will almost certainly break everything, but it's Unix tradition to