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