summaryrefslogtreecommitdiffstats
path: root/sys/modules/atapi
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-09-06 20:11:59 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-09-06 20:11:59 +0000
commit744841d62c658afd1348ea83c0163ab66c6b2fbf (patch)
tree877efe1ba8e1dfc14b7f8e3adfbad500bf576f69 /sys/modules/atapi
parent6a423db16605c0b545010d5cda55188072bdbbf4 (diff)
downloadFreeBSD-src-744841d62c658afd1348ea83c0163ab66c6b2fbf.zip
FreeBSD-src-744841d62c658afd1348ea83c0163ab66c6b2fbf.tar.gz
1) s/mod(un)?load/kld$1load/
2) s/MODLOAD/KMODLOAD/ to be consistent with the rest of the variables (KMOD, KMODOWN, KMODGRP, etc) and definition of MODLOAD/UNLOAD in the Makefile of the ATAPI module 3) textual fixups
Diffstat (limited to 'sys/modules/atapi')
-rw-r--r--sys/modules/atapi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/atapi/Makefile b/sys/modules/atapi/Makefile
index a145312..b01c43d 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)
OpenPOWER on IntegriCloud