8 lines
148 B
Makefile
8 lines
148 B
Makefile
# Makefile for arch-dependent readclock code
|
|
.include <bsd.own.mk>
|
|
|
|
HERE=${.CURDIR}/arch/${MACHINE_ARCH}
|
|
.PATH: ${HERE}
|
|
|
|
SRCS += arch_readclock.c
|