summaryrefslogtreecommitdiffstats
path: root/sys/modules/smbfs
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/smbfs
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/smbfs')
-rw-r--r--sys/modules/smbfs/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/smbfs/Makefile b/sys/modules/smbfs/Makefile
index 885c3c4..44a6a9e 100644
--- a/sys/modules/smbfs/Makefile
+++ b/sys/modules/smbfs/Makefile
@@ -60,7 +60,4 @@ opt_netsmb.h:
echo "#define NETSMBCRYPTO 1" >> ${.TARGET}
.endif
-unload:
- @(if kldunload ${KMOD}; then true; else true; fi)
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud