blob: 067a8a773e3540869eb743bd4256a7c497417483 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: Makefile,v 1.1 1997/03/31 03:12:18 weingart Exp $
.include "../Makefile.inc"
CFLAGS+=-Wall
S = ${.CURDIR}/../../../..
ZDST=${.OBJDIR}
.include "${S}/lib/libz/Makefile.inc"
all: ${ZLIB}
.include <bsd.obj.mk>
.include <bsd.dep.mk>
.include <bsd.subdir.mk>
.include <bsd.sys.mk>
|