diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-05 11:13:07 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-05 11:13:07 +0000 |
commit | e2b11e368bb52c9edf7e531909731009d03eb7bf (patch) | |
tree | 6a8383eff9e8a13218a377dca51b0a84a87e2f16 /share/mk/bsd.README | |
parent | ca2a5226b4ee178667f1a8f756232cc79e8eac72 (diff) |
Labeling style changed ($OpenBSD$).
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details).
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r-- | share/mk/bsd.README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index cee81c0b7fd..62a73019ea9 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,5 @@ -# $OpenBSD: bsd.README,v 1.6 1996/02/25 19:02:31 mickey Exp $ +# $OpenBSD: bsd.README,v 1.7 1996/03/05 11:12:34 mickey Exp $ +# $NetBSD: bsd.README,v 1.15 1996/01/22 22:46:06 cgd Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 This is the README file for the new make "include" files for the BSD @@ -397,6 +398,11 @@ LKMOWN Module owner. LKMMODE Module mode. +POSTINSTALL Program to pass with '-p' flag to the modload. + If not defined, + POSTINSTALL=${LKM}install + is assumed. + The include file <bsd.lkm.mk> includes the file named "../Makefile.inc" if it exists, as well as the include file <bsd.man.mk>. |