mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
etc/rc.d/rtc.sh
|
||
|
include/rtc.h
|
||
|
modules/rtc.ko
|
||
|
share/examples/rtc/test.c
|
||
|
@dirrm share/examples/rtc
|
||
|
@exec rm -f %%DEVFILE%%
|
||
|
@exec mknod %%DEVFILE%% c %%CDEV_MAJOR%% 0
|
||
|
@unexec rm -f %%DEVFILE%%
|