minix3/lib/libtimers/Makefile

11 lines
110 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for libtimers
LIB= timers
SRCS= \
tmrs_set.c \
tmrs_clr.c \
tmrs_exp.c
.include <bsd.lib.mk>