summaryrefslogtreecommitdiffstats
path: root/sys/modules/ncp
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-19 14:00:26 +0000
committerru <ru@FreeBSD.org>2004-01-19 14:00:26 +0000
commitfc6eb88ff293065b8973e0a33349d6ee1547181c (patch)
treed488356f16e5022c98e0f8619ee8d6af322ccbfd /sys/modules/ncp
parent3f8ee0c687dc60c48c1572b6979383bcfa9a7416 (diff)
downloadFreeBSD-src-fc6eb88ff293065b8973e0a33349d6ee1547181c.zip
FreeBSD-src-fc6eb88ff293065b8973e0a33349d6ee1547181c.tar.gz
Removed custom "load" and "unload" targets.
Removed "deinstall" targets -- the idea is to provide the standard "deinstall" target.
Diffstat (limited to 'sys/modules/ncp')
-rw-r--r--sys/modules/ncp/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/modules/ncp/Makefile b/sys/modules/ncp/Makefile
index dfcedb9..fb9d993 100644
--- a/sys/modules/ncp/Makefile
+++ b/sys/modules/ncp/Makefile
@@ -12,13 +12,4 @@ SRCS+= ncp_burst.c
CFLAGS+= -DNCPBURST
.endif
-load: ${KMOD}.ko
- kldload ./${KMOD}.ko
-
-unload:
- @(if kldunload ${KMOD}; then true; else true; fi)
-
-deinstall:
- rm -f /modules/ncp.ko
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud