aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-16 20:24:29 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-16 20:24:29 +0000
commit0eec3684ff4dacab3de452de7889700c61dc56b1 (patch)
tree3f55eaf44d108ca249b4e0ba8c13096a08c1c228 /sbin/Makefile
parentae32fff8356f4ea609aa1146d1cf71ec045679e6 (diff)
downloadsrc-0eec3684ff4dacab3de452de7889700c61dc56b1.tar.gz
src-0eec3684ff4dacab3de452de7889700c61dc56b1.zip
Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and
arrange for that directory to get created by mtree. Also, process secure directory after all the others, because the programs there may overlay ones installed from the main part of the tree.
Notes
Notes: svn path=/head/; revision=2834
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index dc7a9b7eb9df..cd2eadfc5a04 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -9,8 +9,4 @@ SUBDIR= adjkerntz badsect clri comcontrol disklabel dmesg dump dumpfs dumplfs \
nfsiod nologin ping quotacheck reboot restore route savecore \
shutdown slattach startslip swapon tunefs umount
-. if !defined(NOLKM)
-SUBDIR+= ip_mroute_mod
-.endif
-
.include <bsd.subdir.mk>