xref: /minix3/minix/lib/libtimers/Makefile (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1# Makefile for libtimers
2
3LIB=	timers
4
5SRCS=	\
6	tmrs_set.c \
7	tmrs_clr.c \
8	tmrs_exp.c
9
10.include <bsd.lib.mk>
11