diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-09-06 20:11:59 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-09-06 20:11:59 +0000 |
| commit | fe3cac87c165807dfbed45bdb40cf1dab88b0c44 (patch) | |
| tree | c3619ba6cc27518395ec7b4d7248f19aa5c634a8 /sys/modules | |
| parent | d98069654d28c5b1ace88b52a44cba9b324f80d1 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/atapi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/atapi/Makefile b/sys/modules/atapi/Makefile index a145312597c9..b01c43d0016e 100644 --- a/sys/modules/atapi/Makefile +++ b/sys/modules/atapi/Makefile @@ -10,6 +10,9 @@ EXPORT_SYMS = _atapi_mod _atapi_debug_ptr _atapi_intr_ptr \ _atapi_request_callback_ptr _atapi_request_immediate_ptr \ _atapi_request_wait_ptr _atapi_start_ptr +MODLOAD = /sbin/modload +MODUNLOAD = /sbin/modunload + load: ${PROG} ${MODLOAD} -u -e atapi_mod $(PROG) |
