mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
10 lines
158 B
Makefile
10 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ppbus
|
|
|
|
KMOD= pcfclock
|
|
SRCS= pcfclock.c opt_pcfclock.h
|
|
SRCS+= bus_if.h device_if.h ppbus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|