summaryrefslogtreecommitdiffstats
path: root/share/examples/lkm/misc/test/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-25 07:19:32 +0000
committerbde <bde@FreeBSD.org>1995-12-25 07:19:32 +0000
commitc37e7feb99eeac77aa76f6347e3025858037c16a (patch)
tree87b8649103817b6ed4829289274a9483a44cc427 /share/examples/lkm/misc/test/Makefile
parent730abc9c1605bba24a76b58b113e50364f99b484 (diff)
downloadFreeBSD-src-c37e7feb99eeac77aa76f6347e3025858037c16a.zip
FreeBSD-src-c37e7feb99eeac77aa76f6347e3025858037c16a.tar.gz
Updated lkm examples to work with prototype-related changes to the
MOD_MISC() and DISPATCH() macros. Renamed new_syscall module as new_syscall_mod. It seems to be standard to have module names ending with _mod, and this may be forced when MOD_SYSCALL() and MOD_VFS() are updated to match MOD_MISC(). Cleaned up lkm examples a little.
Diffstat (limited to 'share/examples/lkm/misc/test/Makefile')
-rw-r--r--share/examples/lkm/misc/test/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/share/examples/lkm/misc/test/Makefile b/share/examples/lkm/misc/test/Makefile
index 61bbf37..4ea3a98 100644
--- a/share/examples/lkm/misc/test/Makefile
+++ b/share/examples/lkm/misc/test/Makefile
@@ -34,7 +34,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $Id: Makefile,v 1.2 1995/07/27 09:45:26 joerg Exp $
#
PROG= testmisc
NOMAN=
@@ -63,7 +63,3 @@ unload:
${MODSTAT} -n misc_mod
.include <bsd.prog.mk>
-
-#
-# EOF -- This file has not been truncated.
-#
OpenPOWER on IntegriCloud