Removed unneeded stuff.
This commit is contained in:
parent
894144b942
commit
4c2d612882
@ -1,18 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SRCS = dyn_sysctl.c
|
||||
CFLAGS = -I/sys
|
||||
KMOD = dyn_sysctl
|
||||
KO = ${KMOD}.ko
|
||||
KLDMOD = t
|
||||
|
||||
KLDLOAD = /sbin/kldload
|
||||
KLDUNLOAD = /sbin/kldunload
|
||||
|
||||
load: ${KO}
|
||||
${KLDLOAD} -v ./${KO}
|
||||
|
||||
unload: ${KO}
|
||||
${KLDUNLOAD} -v -n ${KO}
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user