mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
Removed unneeded stuff.
This commit is contained in:
parent
012e606a05
commit
59ca51df49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76814
@ -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…
Reference in New Issue
Block a user