# Makefile for libclkconf

CPPFLAGS+= -D_SYSTEM

LIB=	clkconf

SRCS=	\
	clkconf.c

.include <bsd.lib.mk>
