diff options
Diffstat (limited to 'plan9/9menu/Makefile')
-rw-r--r-- | plan9/9menu/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plan9/9menu/Makefile b/plan9/9menu/Makefile index 7b75479cf8d..cbb0d110e11 100644 --- a/plan9/9menu/Makefile +++ b/plan9/9menu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/02/04 18:54:35 agc Exp $ +# $NetBSD: Makefile,v 1.9 1999/04/01 14:07:55 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp # @@ -16,9 +16,7 @@ MANCOMPRESSED= yes .endif NO_WRKSUBDIR= yes -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |sh +EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} USE_X11= yes |