1999-02-13 05:54:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 1999/02/13 02:54:58 lukem Exp $
|
1998-10-05 22:01:57 +04:00
|
|
|
|
|
|
|
LIB=bind
|
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
MKPIC=no
|
|
|
|
MKPROFILE=no
|
|
|
|
MKLINT=no
|
1998-10-05 22:01:57 +04:00
|
|
|
|
|
|
|
CPPFLAGS+= ${INCLUDE}
|
|
|
|
|
|
|
|
.include "${.CURDIR}/inet/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/isc/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/nameser/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/resolv/Makefile.inc"
|
|
|
|
|
|
|
|
# only needed during build
|
|
|
|
libinstall::
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|