9 lines
157 B
Makefile
9 lines
157 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>
|