#
# Makefile for libclkconf

NOGCCERROR=yes

CPPFLAGS+= -D_SYSTEM -D_MINIX_SYSTEM

LIB=	clkconf

SRCS=	\
	clkconf.c

.include <bsd.lib.mk>
