From c127d0e61e914c6951d98986385ccb730b115cf9 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Fri, 14 Jan 2000 07:57:47 +0000 Subject: Replace beforeinstall target with new variables used by .mk system. Reviewed by: marcel, and make world --- lib/libz/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/libz') diff --git a/lib/libz/Makefile b/lib/libz/Makefile index 250e005..abb4b19 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -16,12 +16,7 @@ CLEANFILES+= example.o example foo.gz minigzip.o minigzip SRCS = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \ zutil.c inflate.c infblock.c inftrees.c infcodes.c infutil.c inffast.c - -beforeinstall: -.for hdr in zconf.h zlib.h - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${hdr} \ - ${DESTDIR}/usr/include -.endfor +INCS= zconf.h zlib.h minigzip: all minigzip.o $(CC) -o minigzip minigzip.o -L. -lz -- cgit v1.1