repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sprofalyze fixes
[minix.git]
/
lib
/
libtimers
/
Makefile
blob
f023ec9ab812af807b20da23585762997db04db6
1
# Makefile for libtimers
2
3
LIB
=
timers
4
5
SRCS
=
\
6
tmrs_set.c \
7
tmrs_clr.c \
8
tmrs_exp.c
9
10
.
include
<
bsd.lib.mk
>