minix3/commands/readclock/Makefile

9 lines
126 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
PROG= readclock
SRCS= readclock.c
BINDIR= /bin
# no man page here, it's handled in ../man/man8/
MAN=
.include <bsd.prog.mk>