diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-30 07:15:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-30 07:15:23 +0000 |
commit | 971f138ffc540d88c661ca1d2076acb618c2c75f (patch) | |
tree | a55cd5d623b6136db0561ef8388789adcab0c957 /distrib/simpleroot | |
parent | 2100ccd8704a7a3bc5147b078a35823a056658c1 (diff) |
argh
Diffstat (limited to 'distrib/simpleroot')
-rw-r--r-- | distrib/simpleroot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/simpleroot/Makefile b/distrib/simpleroot/Makefile index f58ed78fe5c..b097b49b7a4 100644 --- a/distrib/simpleroot/Makefile +++ b/distrib/simpleroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1998/03/08 00:27:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 1998/03/30 07:15:22 deraadt Exp $ REV= 23 @@ -18,6 +18,7 @@ IMAGEDIR?= /var/tmp REALIMAGE!= echo ${IMAGEDIR}/image.${PID} IMAGE?= ${IMAGEDIR}/simpleroot${REV}.fs NEWFSOPTS?= +GZIP?= LIST= ${ARCHDIR}/list |