repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
commands
/
readclock
/
Makefile
blob
9ad0941936ca6200b28251ace88843cb81e32e9b
1
PROG
=
readclock
2
SRCS
=
readclock.c
3
BINDIR
= /
bin
4
5
# no man page here, it's handled in ../man/man8/
6
MAN
=
7
8
.
include
<
bsd.prog.mk
>