diff options
author | phk <phk@FreeBSD.org> | 1995-04-21 03:47:23 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-04-21 03:47:23 +0000 |
commit | b204c4ca96979fe1be2b31b370a15a7e1e161f40 (patch) | |
tree | 18d3f4f96ddae929347c4651379abab6da6c3b9a /usr.sbin/pcvt | |
parent | 20f29bf525e7a1f8faa551d40724c677f6d73333 (diff) | |
download | FreeBSD-src-b204c4ca96979fe1be2b31b370a15a7e1e161f40.zip FreeBSD-src-b204c4ca96979fe1be2b31b370a15a7e1e161f40.tar.gz |
Add -f to all gunzip's.
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r-- | usr.sbin/pcvt/demo/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/pcvt/demo/Makefile b/usr.sbin/pcvt/demo/Makefile index c20b8ac..c34c7f5 100644 --- a/usr.sbin/pcvt/demo/Makefile +++ b/usr.sbin/pcvt/demo/Makefile @@ -20,35 +20,35 @@ CLEANFILES+= ${DEMOS} chardemo.vt: ${.CURDIR}/$@.gz.uu uudecode ${.CURDIR}/$@.gz.uu - gunzip $@.gz + gunzip -f $@.gz rm -f $@.gz colors.vt: ${.CURDIR}/$@.gz.uu uudecode ${.CURDIR}/$@.gz.uu - gunzip $@.gz + gunzip -f $@.gz rm -f $@.gz sgr.vt: ${.CURDIR}/$@.gz.uu uudecode ${.CURDIR}/$@.gz.uu - gunzip $@.gz + gunzip -f $@.gz rm -f $@.gz cowscene.vt: ${.CURDIR}/$@.gz.uu uudecode ${.CURDIR}/$@.gz.uu - gunzip $@.gz + gunzip -f $@.gz rm -f $@.gz xmas.vt: ${.CURDIR}/$@.gz.uu uudecode ${.CURDIR}/$@.gz.uu - gunzip $@.gz + gunzip -f $@.gz rm -f $@.gz outerlimit.vt: ${.CURDIR}/$@.gz.uu uudecode ${.CURDIR}/$@.gz.uu - gunzip $@.gz + gunzip -f $@.gz rm -f $@.gz twzone.vt: ${.CURDIR}/$@.gz.uu uudecode ${.CURDIR}/$@.gz.uu - gunzip $@.gz + gunzip -f $@.gz rm -f $@.gz |