From 6de95f9679d4a041517063b7faf8ec657d53670a Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 18 Sep 2001 12:03:42 +0000 Subject: Style. --- share/examples/kld/syscall/module/Makefile | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'share/examples/kld') diff --git a/share/examples/kld/syscall/module/Makefile b/share/examples/kld/syscall/module/Makefile index 44406f4..17066d1 100644 --- a/share/examples/kld/syscall/module/Makefile +++ b/share/examples/kld/syscall/module/Makefile @@ -1,17 +1,7 @@ # Makefile for building the sample syscall module +# $FreeBSD$ -SRCS = syscall.c -KMOD = syscall -KO = ${KMOD}.ko -KLDMOD = t - -KLDLOAD = /sbin/kldload -KLDUNLOAD = /sbin/kldunload - -load: ${KO} - ${KLDLOAD} -v ./${KO} - -unload: ${KO} - ${KLDUNLOAD} -v -n ${KO} +KMOD= syscall +SRCS= syscall.c .include -- cgit v1.1