diff options
author | jkh <jkh@FreeBSD.org> | 1994-06-15 19:16:04 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-06-15 19:16:04 +0000 |
commit | 7d31b0a66c6d64a0a03c25fba99875cecaedbda2 (patch) | |
tree | 190246ee5515fb77c037778d21c47230b6e8b092 /gnu | |
parent | f68251221da796e8748dd9b104af482990ce1c48 (diff) | |
download | FreeBSD-src-7d31b0a66c6d64a0a03c25fba99875cecaedbda2.zip FreeBSD-src-7d31b0a66c6d64a0a03c25fba99875cecaedbda2.tar.gz |
Make tar static by default. Don't scream, you'll thank me for this
someday.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/tar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <bsd.prog.mk> .include "../../usr.bin/Makefile.inc" |