diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-16 19:08:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-16 19:08:55 +0000 |
commit | de4c671dfb0ef271f5468e416bb2417af07bb4ae (patch) | |
tree | 9d0a59df455266ec633b88b3d84c17f7f11f3562 /etc/Makefile | |
parent | b10380d6f06a1beff6de6cbdacdeacdf34568041 (diff) |
remove ancient unused NOGZIP support
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/etc/Makefile b/etc/Makefile index 3e44b511088..ef7702f5fd6 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.383 2014/07/16 15:18:35 okan Exp $ +# $OpenBSD: Makefile,v 1.384 2014/07/16 19:08:54 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -63,19 +63,6 @@ RCDAEMONS= amd apmd bgpd bootparamd cron dhcpd dhcrelay dvmrpd \ MISETS= base${OSrev}.tgz comp${OSrev}.tgz \ man${OSrev}.tgz game${OSrev}.tgz etc${OSrev}.tgz -# Use NOGZIP on architectures where the gzip'ing would take too much time -# (pmax or slower :-)). This way you get only tar'ed snap files and you can -# gzip them on a faster machine -.ifndef NOGZIP -GZIPCMD?= gzip -GZIPFLAGS?= -9 -GZIPEXT?= .gz -.else -GZIPCMD= cat -GZIPFLAGS= -GZIPEXT= -.endif - all clean cleandir depend etc install lint: install-mtree: |