summaryrefslogtreecommitdiff
path: root/minix/lib/libtimers/Makefile
blob: f023ec9ab812af807b20da23585762997db04db6 (plain)
1
2
3
4
5
6
7
8
9
10
# Makefile for libtimers

LIB=	timers

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

.include <bsd.lib.mk>