From fe3cac87c165807dfbed45bdb40cf1dab88b0c44 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Mon, 6 Sep 1999 20:11:59 +0000 Subject: 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 --- sys/modules/atapi/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/modules') 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) -- cgit v1.3