summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/tar
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1993-06-18 19:20:59 +0000
committerNate Williams <nate@FreeBSD.org>1993-06-18 19:20:59 +0000
commit4029d369d7a16895454629c6dfef3a7d23131269 (patch)
treeb1386b44e661c9756ea85f310d89fb5552267567 /gnu/usr.bin/tar
parent222b83e8905fa7accb47315fc36b8e97dc1b6177 (diff)
downloadsrc-test2-4029d369d7a16895454629c6dfef3a7d23131269.tar.gz
src-test2-4029d369d7a16895454629c6dfef3a7d23131269.zip
Notes
Diffstat (limited to 'gnu/usr.bin/tar')
-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 810fe3b7a74d..69a1f52cf9d3 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -8,6 +8,7 @@ CFLAGS+= -DHAVE_LIMITS_H=1 -DHAVE_STRSTR=1 -DHAVE_VALLOC=1 -DHAVE_MKDIR=1
CFLAGS+= -DHAVE_MKNOD=1 -DHAVE_RENAME=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1
CFLAGS+= -DHAVE_VPRINTF=1 -DNEEDPAD -I${.CURDIR}
CFLAGS+= -DDEF_AR_FILE=\"/dev/rst0\" -DDEFBLOCKING=20
+CLEANFILES+=y.tab.h
NOMAN=noman
.include <bsd.prog.mk>