1433d6423SLionel Sambuc# Makefile for readclock 'driver' 2433d6423SLionel SambucPROG= readclock.drv 3*50a1aef1SLionel SambucSRCS+= readclock.c forward.c forward.h 4433d6423SLionel Sambuc 5433d6423SLionel Sambuc.include "arch/${MACHINE_ARCH}/Makefile.inc" 6433d6423SLionel Sambuc 7433d6423SLionel SambucDPADD+= ${LIBSYS} ${LIBTIMERS} 8433d6423SLionel SambucLDADD+= -lsys -ltimers 9433d6423SLionel Sambuc 10433d6423SLionel SambucCPPFLAGS+= -D_SYSTEM=1 -I${.CURDIR} 11433d6423SLionel Sambuc 12433d6423SLionel Sambuc.include <minix.service.mk> 13