mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
0ac537d77c
Approved by: portmgr (kris)
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
etc/rc.d/rtc.sh
|
|
include/rtc.h
|
|
modules/rtc.ko
|
|
%%EXAMPLESDIR%%/test.c
|
|
%%MAKEDEV%%@exec mknod /dev/rtc c %%CDEV_MAJOR%% 0
|
|
@exec rm -f %%DEVDIR%%/rtc
|
|
@exec /usr/sbin/kldxref %D/modules
|
|
@unexec /usr/sbin/kldxref %D/modules
|
|
@dirrm %%EXAMPLESDIR%%
|
|
@dirrmtry modules
|
|
@unexec rm -f /dev/rtc
|