17 lines
294 B
Makefile
17 lines
294 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/01/27 21:36:13 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= aclconf.c log.c namedconf.c parser.c version.c
|
|
|
|
.include <bsd.lib.mk>
|