mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
1a64f4ff49
This version contains major changes for main tree import, and replaces fwchat(8) with dconschat(8). Submitted by: simokawa (developer)
13 lines
489 B
Plaintext
13 lines
489 B
Plaintext
sbin/dconschat
|
|
@unexec [ -f %%MAKEDEV%% ] && /bin/rm -f %%DCONS_DEV%% || true
|
|
@unexec /bin/rm -f %D/lib/dcons/linker.hints
|
|
lib/dcons/dcons.ko
|
|
lib/dcons/dcons_crom.ko
|
|
@exec type kldxref > /dev/null 2>&1 && kldxref %D/lib/dcons
|
|
@exec [ -f %%MAKEDEV%% ] && /bin/rm -f %%DCONS_DEV%%; %%MKNOD%% %%DCONS_DEV%% c %%DCONS_MAJOR%% %%DCONS_MINOR%%; /bin/chmod %%DCONS_MODE%% || true
|
|
etc/rc.d/dcons.sh
|
|
%%DOCSDIR%%/gdb-usage
|
|
%%DOCSDIR%%/README.dcons
|
|
@dirrm lib/dcons
|
|
@dirrm %%DOCSDIR%%
|