panic() cleanup.
[minix.git] / lib / libtimers / Makefile
blob1fbc03c3bebdc9ff3b90ae11548eca7885928d4c
1 # Makefile for libtimers
3 CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE
5 LIB= timers
7 SRCS= \
8 tmrs_set.c \
9 tmrs_clr.c \
10 tmrs_exp.c
12 .include <minix.lib.mk>