c0c8d25799
Makes things easier for pkgsrc
10 lines
110 B
Makefile
10 lines
110 B
Makefile
# Makefile for libtimers
|
|
|
|
LIB= timers
|
|
|
|
SRCS= \
|
|
tmrs_set.c \
|
|
tmrs_clr.c \
|
|
tmrs_exp.c
|
|
|
|
.include <bsd.lib.mk>
|