diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-06-29 06:03:42 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-06-29 06:03:42 +0000 |
| commit | 72b4ef71792be91d8c67f0eaac8e95fb13dac7b2 (patch) | |
| tree | c2ffc1d3cf0dc9dfadc545b079629bf051dab0de /gnu/usr.bin/tar | |
| parent | 51e6986086b254cf3a68ac8d766f16dbeec5a0bf (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/tar')
| -rw-r--r-- | gnu/usr.bin/tar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile index 0fea3dbd10bf..2bd1198b4c88 100644 --- a/gnu/usr.bin/tar/Makefile +++ b/gnu/usr.bin/tar/Makefile @@ -9,7 +9,7 @@ CFLAGS+= -DHAVE_MKNOD=1 -DHAVE_RENAME=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 CFLAGS+= -DBSD42=1 -DHAVE_VPRINTF=1 -DNEEDPAD -I${.CURDIR} CFLAGS+= -DDEF_AR_FILE=\"/dev/rst0\" -DDEFBLOCKING=20 CLEANFILES+=y.tab.h -NOSHARED=yes +NOSHARED?=yes DPADD+= ${LIBGNUREGEX} LDADD+= -lgnuregex |
