index
:
chrony
bar
debian
progress-linux
upstream
debian 10: chrony
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
kernel
/
Makefile
blob: 6ec834193702ffab26331be1eac2ae016a82693a (
plain
)
1
2
3
4
5
6
7
CFLAGS
=
-O2
-Wall
PROGS
=
adjtime
ntpadjtime
all
:
$(
PROGS
)
clean
:
rm
-f
$(
PROGS
)