aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-06-15 19:16:04 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-06-15 19:16:04 +0000
commit60d5ec6677d9133e9c8be427823892996596474a (patch)
tree190246ee5515fb77c037778d21c47230b6e8b092 /gnu
parentf4c59318394a4a8cd7969820a38d75a1932729eb (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/tar/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index 69a1f52cf9d36..cab7e00f96fd6 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -10,6 +10,7 @@ CFLAGS+= -DHAVE_VPRINTF=1 -DNEEDPAD -I${.CURDIR}
CFLAGS+= -DDEF_AR_FILE=\"/dev/rst0\" -DDEFBLOCKING=20
CLEANFILES+=y.tab.h
NOMAN=noman
+NOSHARED=yes
.include <bsd.prog.mk>
.include "../../usr.bin/Makefile.inc"