Remove the uneeded HDRS= line and add zconf.h to the INCS= line.
This commit is contained in:
parent
6647500cd2
commit
3d60b93f30
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.6 1997/05/13 23:01:08 gwr Exp $
|
||||
# $NetBSD: Makefile,v 1.7 1997/05/25 22:58:09 veego Exp $
|
||||
|
||||
LIB= z
|
||||
NOMAN= zlib.3
|
||||
|
||||
HDRS= zconf.h zlib.h
|
||||
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
|
||||
|
||||
|
@ -11,7 +10,7 @@ CFLAGS+= -I${.CURDIR}
|
|||
|
||||
CLEANFILES+= minigzip
|
||||
|
||||
INCS=zlib.h
|
||||
INCS= zconf.h zlib.h
|
||||
INCSDIR=/usr/include
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
Loading…
Reference in New Issue