diff options
author | nate <nate@FreeBSD.org> | 1993-06-18 19:20:59 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-06-18 19:20:59 +0000 |
commit | b4c459b4346ad883b379563674ff427c1801bcd4 (patch) | |
tree | b1386b44e661c9756ea85f310d89fb5552267567 /gnu/usr.bin/tar | |
parent | 3ae996d52f9cb972bbaa2d7d589d80b0acf314aa (diff) | |
download | FreeBSD-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/Makefile | 1 |
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> |