aboutsummaryrefslogtreecommitdiff
path: root/lib/libz/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
commitd05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch)
treeeb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libz/Makefile
parentfccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff)
downloadsrc-d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947.tar.gz
src-d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947.zip
Replace beforeinstall target with new variables used by .mk system.
Reviewed by: marcel, and make world
Notes
Notes: svn path=/head/; revision=55955
Diffstat (limited to 'lib/libz/Makefile')
-rw-r--r--lib/libz/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile
index 250e005d857c..abb4b1907ae7 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