# Makefile for libpadconf

CPPFLAGS+= -O1 -Wall -Werror -D_SYSTEM

LIB=	padconf

SRCS=	\
	padconf.c 

.include <bsd.lib.mk>
