# Makefile for libtimers

LIB=	timers

SRCS=	\
	tmrs_set.c \
	tmrs_clr.c \
	tmrs_exp.c

.include <bsd.lib.mk>
