mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
688db83363
for running Linux stuff. Suggested by: Nick Sayer
10 lines
225 B
Plaintext
10 lines
225 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 %%DEVDIR%%/rtc
|
|
@exec mkdir -p %%DEVDIR%%
|
|
@exec mknod %%DEVDIR%%/rtc c %%CDEV_MAJOR%% 0
|
|
@unexec rm -f %%DEVDIR%%/rtc
|