9 lines
126 B
Makefile
9 lines
126 B
Makefile
|
PROG= readclock
|
||
|
SRCS= readclock.c
|
||
|
BINDIR= /bin
|
||
|
|
||
|
# no man page here, it's handled in ../man/man8/
|
||
|
MAN=
|
||
|
|
||
|
.include <bsd.prog.mk>
|