xref: /dflybsd-src/sys/dev/misc/pcfclock/Makefile (revision e8721bf4b6e6b12c2025fbba27e7b9214bb19756)
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