diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-03-02 21:01:25 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-03-02 21:01:25 +0000 |
commit | 0fb628651b3c2fa5e0eb6894c82cad0d1485dfe9 (patch) | |
tree | 1d7c837bfdd5ddb3ae06a4dc4dc21eacb2549b28 /share/mk/bsd.lkm.mk | |
parent | 33a341d85aeb3dbcd72243ed57220887796d8f99 (diff) |
Define directory and modes for LKM installs
Correct installation rule for LKM installs
Diffstat (limited to 'share/mk/bsd.lkm.mk')
-rw-r--r-- | share/mk/bsd.lkm.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.lkm.mk b/share/mk/bsd.lkm.mk index e8efcd16037..80d6a764317 100644 --- a/share/mk/bsd.lkm.mk +++ b/share/mk/bsd.lkm.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.lkm.mk,v 1.1 1996/02/25 19:02:33 mickey Exp $ +# $OpenBSD: bsd.lkm.mk,v 1.2 1996/03/02 21:01:23 tholo Exp $ # @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 .if exists(${.CURDIR}/../Makefile.inc) @@ -55,7 +55,7 @@ afterinstall: realinstall: .if defined(LKM) install ${COPY} ${STRIP} -o ${LKMOWN} -g ${LKMGRP} -m ${LKMMODE} \ - ${LKM} ${DESTDIR}${BINDIR} + ${COMBINED} ${DESTDIR}${LKMDIR}/${LKM}.o .endif .endif |