17 lines
288 B
Makefile
17 lines
288 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/05/18 00:06:58 christos Exp $
|
|
|
|
LIB=isccfg
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
DIST= ${IDIST}/lib/isccfg
|
|
.include "${DIST}/api"
|
|
|
|
.PATH.c: ${DIST}/unix ${DIST}
|
|
|
|
SRCS= log.c namedconf.c parser.c version.c
|
|
|
|
.include <bsd.lib.mk>
|