Enable pcfclock as a kernel loadable module.

PR:		16804
Submitted by:	sascha@schumann.cx
Approved by:	jkh (release engineer)
This commit is contained in:
Sheldon Hearn 2000-02-29 10:57:42 +00:00
parent b73c482a1c
commit cb166ce422
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57620
2 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@
SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \
if_sl if_tun ipfilter ipfw joy kernfs kue md mfs mii mlx msdos \
ncp netgraph nfs ntfs nullfs \
nwfs portal procfs rl sf sis sk ste ti tl \
nwfs pcfclock portal procfs rl sf sis sk ste ti tl \
ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb xl
# XXX some of these can move to the general case when de-i386'ed

View File

@ -0,0 +1,8 @@
# $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>