Add ${LKMDIR} automatic creation (just in case mtree not ran).
authormickey <mickey@openbsd.org>
Thu, 18 Apr 1996 11:11:07 +0000 (11:11 +0000)
committermickey <mickey@openbsd.org>
Thu, 18 Apr 1996 11:11:07 +0000 (11:11 +0000)
share/mk/bsd.lkm.mk

index a4334ec..34851db 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: bsd.lkm.mk,v 1.3 1996/03/05 11:12:45 mickey Exp $
+#      $OpenBSD: bsd.lkm.mk,v 1.4 1996/04/18 11:11:07 mickey Exp $
 #      from @(#)bsd.prog.mk    5.26 (Berkeley) 6/25/91
 
 .if exists(${.CURDIR}/../Makefile.inc)
@@ -49,6 +49,7 @@ cleandir: _SUBDIRUSE clean
 .if !target(install)
 .if !target(beforeinstall)
 beforeinstall:
+       @-[ -d ${DESTDIR}${LKMDIR} ] || mkdir ${DESTDIR}${LKMDIR}
 .endif
 .if !target(afterinstall)
 afterinstall: