summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/tar
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-06-18 19:20:59 +0000
committernate <nate@FreeBSD.org>1993-06-18 19:20:59 +0000
commitb4c459b4346ad883b379563674ff427c1801bcd4 (patch)
treeb1386b44e661c9756ea85f310d89fb5552267567 /gnu/usr.bin/tar
parent3ae996d52f9cb972bbaa2d7d589d80b0acf314aa (diff)
downloadFreeBSD-src-b4c459b4346ad883b379563674ff427c1801bcd4.zip
FreeBSD-src-b4c459b4346ad883b379563674ff427c1801bcd4.tar.gz
Cleaned up yacc problems that shouldn't have existed in the original port
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 810fe3b..69a1f52 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>
OpenPOWER on IntegriCloud