From 7d31b0a66c6d64a0a03c25fba99875cecaedbda2 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 15 Jun 1994 19:16:04 +0000 Subject: Make tar static by default. Don't scream, you'll thank me for this someday. --- gnu/usr.bin/tar/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile index 69a1f52..cab7e00 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 .include "../../usr.bin/Makefile.inc" -- cgit v1.1