summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_ef
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/if_ef
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/if_ef')
-rw-r--r--sys/modules/if_ef/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/modules/if_ef/Makefile b/sys/modules/if_ef/Makefile
index ff84ced..03e1e50 100644
--- a/sys/modules/if_ef/Makefile
+++ b/sys/modules/if_ef/Makefile
@@ -29,10 +29,4 @@ opt_ef.h:
.endif
.endfor
-load: all
- /sbin/kldload ./${PROG}
-
-unload:
- /sbin/kldunload ${PROG}
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud