# Makefile for libpadconf

CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE -Wall -Werror -D_SYSTEM

LIB=	padconf

SRCS=	\
	padconf.c 

.include <bsd.lib.mk>
