mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 23:50:29 -04:00
20 lines
365 B
Makefile
20 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/07/08 05:55:33 spz Exp $
|
|
|
|
LIB=isccfg
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
LIBDPLIBS+= isc ${.CURDIR}/../libisc \
|
|
dns ${.CURDIR}/../libdns
|
|
|
|
DIST= ${IDIST}/lib/isccfg
|
|
.include "${DIST}/api"
|
|
|
|
.PATH.c: ${DIST}/unix ${DIST}
|
|
|
|
SRCS= aclconf.c log.c namedconf.c parser.c version.c dnsconf.c
|
|
|
|
.include <bsd.lib.mk>
|