diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-16 20:24:29 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-16 20:24:29 +0000 |
commit | 375660a3eb1f4387aa0dca4796ae87af8945332a (patch) | |
tree | 3f55eaf44d108ca249b4e0ba8c13096a08c1c228 /sbin/Makefile | |
parent | 242ff623e2a9282e84a86644c12fa51d9138a23f (diff) | |
download | FreeBSD-src-375660a3eb1f4387aa0dca4796ae87af8945332a.zip FreeBSD-src-375660a3eb1f4387aa0dca4796ae87af8945332a.tar.gz |
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.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index dc7a9b7..cd2eadf 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> |