diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-24 06:24:21 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-24 06:24:21 +0000 |
commit | b655413ed632e6b00667274be5b7f095ea97f557 (patch) | |
tree | e7ecd00d3966f952c36cd1bb47b920be4bb06754 /sbin/savecore/Makefile | |
parent | 223ecc86291e5f5194f689bd26fb7acc2949cd9a (diff) |
Back out gzip changes, they will not make 2.4
Diffstat (limited to 'sbin/savecore/Makefile')
-rw-r--r-- | sbin/savecore/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index e86f7659ce9..7cfced77ff2 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 1998/09/17 01:16:14 millert Exp $ +# $OpenBSD: Makefile,v 1.13 1998/09/24 06:24:20 millert Exp $ PROG= savecore @@ -10,12 +10,8 @@ SRCS= savecore.c LDADD= -lkvm DPADD= ${LIBKVM} .endif -SRCS+= zopen.c nlist.c -#CFLAGS+=-D_NLIST_DO_GZIP -#LDADD+= -lz -#DPADD+= ${LIBZ} +SRCS+= zopen.c MAN= savecore.8 .PATH: ${.CURDIR}/../../usr.bin/compress -.PATH: ${.CURDIR}/../../lib/libc/gen .include <bsd.prog.mk> |