summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-09-16 16:16:38 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-09-16 16:16:38 +0000
commita175113c8fa8e797ae87375ec57ee2a0f2708baa (patch)
treed5f647bfc324000734a85590c4c4d360bf3744df /sbin
parentf8caf6605589d5e954399a32efb3b35727337026 (diff)
take out gzip support for now, it seems to have problems on some platforms
Diffstat (limited to 'sbin')
-rw-r--r--sbin/savecore/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile
index 24bf4c55783..74b8af71495 100644
--- a/sbin/savecore/Makefile
+++ b/sbin/savecore/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 1998/09/11 04:08:59 millert Exp $
+# $OpenBSD: Makefile,v 1.11 1998/09/16 16:16:37 millert Exp $
PROG= savecore
@@ -11,9 +11,9 @@ LDADD= -lkvm
DPADD= ${LIBKVM}
.endif
SRCS+= zopen.c nlist.c
-CFLAGS+=-D_NLIST_DO_GZIP
-LDADD+= -lz
-DPADD+= ${LIBZ}
+#CFLAGS+=-D_NLIST_DO_GZIP
+#LDADD+= -lz
+#DPADD+= ${LIBZ}
MAN= savecore.8
.PATH: ${.CURDIR}/../../usr.bin/compress
.PATH: ${.CURDIR}/../../lib/libc/gen