From b4c459b4346ad883b379563674ff427c1801bcd4 Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 18 Jun 1993 19:20:59 +0000 Subject: Cleaned up yacc problems that shouldn't have existed in the original port --- gnu/usr.bin/tar/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/usr.bin/tar') 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 -- cgit v1.1