# Makefile for libpadconf

CPPFLAGS+= -D_SYSTEM

LIB=	padconf

SRCS=	\
	padconf.c 

WARNS?=	5

.include <bsd.lib.mk>
