summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-04 18:13:54 +0000
committerbde <bde@FreeBSD.org>1998-05-04 18:13:54 +0000
commit2717dada3ee30bc7e0c091c6b9e455da410dbe88 (patch)
treeca52e4cec021f0378a0bdd09354963f740a4e67d /gnu
parent8d0d7f7ab41653923f0912b232de3189fe28d1ed (diff)
downloadFreeBSD-src-2717dada3ee30bc7e0c091c6b9e455da410dbe88.zip
FreeBSD-src-2717dada3ee30bc7e0c091c6b9e455da410dbe88.tar.gz
Don't add y.tab.h to CLEANFILES, since this would now be done centrally
if y.tab.h were generated. Don't generate y.tab.h, since it is not used.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/tar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index 2bd1198..79c2ca3 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -8,7 +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+= -DBSD42=1 -DHAVE_VPRINTF=1 -DNEEDPAD -I${.CURDIR}
CFLAGS+= -DDEF_AR_FILE=\"/dev/rst0\" -DDEFBLOCKING=20
-CLEANFILES+=y.tab.h
+YFLAGS=
NOSHARED?=yes
DPADD+= ${LIBGNUREGEX}
OpenPOWER on IntegriCloud