diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-14 21:59:28 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-14 21:59:28 +0000 |
commit | c3b0d344b4330f0e06202ceb205bd82ca1777530 (patch) | |
tree | 8f8526abf1e84b7daedfecbad919115bd237f79a /share/mk/Makefile | |
parent | 0daa0ad4574aa85d0d8e2a17d6d326dd1c8950f3 (diff) | |
download | FreeBSD-src-c3b0d344b4330f0e06202ceb205bd82ca1777530.zip FreeBSD-src-c3b0d344b4330f0e06202ceb205bd82ca1777530.tar.gz |
A make system file for building LKMs, derived from bsd.prog.mk.
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r-- | share/mk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile index 806a51f..6b04ba8 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -1,6 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -FILES= bsd.README bsd.dep.mk bsd.doc.mk bsd.lib.mk bsd.man.mk +FILES= bsd.README bsd.dep.mk bsd.doc.mk bsd.kmod.mk bsd.lib.mk bsd.man.mk FILES+= bsd.prog.mk bsd.subdir.mk bsd.own.mk bsd.port.mk FILES+= bsd.port.subdir.mk sys.mk NOOBJ= noobj |