sprofalyze fixes
[minix.git] / lib / libtimers / Makefile
blobf023ec9ab812af807b20da23585762997db04db6
1 # Makefile for libtimers
3 LIB= timers
5 SRCS= \
6 tmrs_set.c \
7 tmrs_clr.c \
8 tmrs_exp.c
10 .include <bsd.lib.mk>