3e8a71e6d4
- Rename LICENSE to LICENSE.${DRIVERNAME}. - Don't install ${DRIVERNAME}control(8) on fresh -CURRENT (> 700006). - Use USE_RCORDER and change REQUIRE/BEFORE lines in startup scripts accordingly. - Move everything to /usr prefix so that people can mount /usr/local via NFS. - Add a message saying that kernel module is based on a very old snapshot. - Reword IGNORE lines. PR: ports/90022 [1] Requested by: sem, Thomas Hurst <tom@hur.st> [1]
14 lines
370 B
Text
14 lines
370 B
Text
@cwd /
|
|
%%WITH_CONTROL%%usr/sbin/%%DRIVERNAME%%control
|
|
@exec mkdir -p %%FWDIR%%
|
|
@cwd %%FWDIR%%
|
|
LICENSE.%%DRIVERNAME%%
|
|
%%DRIVERNAME%%-boot.fw
|
|
%%DRIVERNAME%%-bss.fw
|
|
%%DRIVERNAME%%-ucode-bss.fw
|
|
%%DRIVERNAME%%-ibss.fw
|
|
%%DRIVERNAME%%-ucode-ibss.fw
|
|
%%DRIVERNAME%%-sniffer.fw
|
|
%%DRIVERNAME%%-ucode-sniffer.fw
|
|
%%WITH_MODULE%%@cwd /
|
|
%%WITH_MODULE%%%%KMODDIR%%/if_%%DRIVERNAME%%.ko
|