1*984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/pcfclock/Makefile,v 1.1 2000/02/29 10:57:42 sheldonh Exp $ 2*984263bcSMatthew Dillon 3*984263bcSMatthew DillonKMOD= pcfclock 4*984263bcSMatthew DillonSRCS= pcfclock.c opt_pcfclock.h 5*984263bcSMatthew DillonSRCS+= bus_if.h device_if.h ppbus_if.h 6*984263bcSMatthew Dillon 7*984263bcSMatthew Dillon.include <bsd.kmod.mk> 8