summaryrefslogtreecommitdiffstats
path: root/sys/modules/nwfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/nwfs')
-rw-r--r--sys/modules/nwfs/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile
index 04a5d47..255aabc 100644
--- a/sys/modules/nwfs/Makefile
+++ b/sys/modules/nwfs/Makefile
@@ -15,13 +15,4 @@ CFLAGS+= -DVNPRINT
opt_ncp.h:
echo "#define NCP 1" > ${.TARGET}
-load: nwfs.ko
- kldload ./nwfs.ko
-
-unload:
- @(if kldunload nwfs; then true; else true; fi)
-
-deinstall:
- rm -f /modules/nwfs.ko
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud