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 /lkm/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 'lkm/Makefile')
-rw-r--r-- | lkm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lkm/Makefile b/lkm/Makefile new file mode 100644 index 0000000..1262bdf --- /dev/null +++ b/lkm/Makefile @@ -0,0 +1,5 @@ +# $Id$ + +SUBDIR= ip_mroute_mod + +.include <bsd.subdir.mk> |