From: mickey Date: Thu, 18 Apr 1996 11:21:03 +0000 (+0000) Subject: Revert last fix. a couple of hot mkdir,chmod,chown could X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0e15c79c894abc0239f7c53082cd3be0c9f9d723;p=openbsd Revert last fix. a couple of hot mkdir,chmod,chown could not replace good old mtree anyway. --- diff --git a/share/mk/bsd.lkm.mk b/share/mk/bsd.lkm.mk index 34851db5c03..0f29b3ccd7a 100644 --- a/share/mk/bsd.lkm.mk +++ b/share/mk/bsd.lkm.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.lkm.mk,v 1.4 1996/04/18 11:11:07 mickey Exp $ +# $OpenBSD: bsd.lkm.mk,v 1.5 1996/04/18 11:21:03 mickey Exp $ # from @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 .if exists(${.CURDIR}/../Makefile.inc) @@ -49,7 +49,6 @@ cleandir: _SUBDIRUSE clean .if !target(install) .if !target(beforeinstall) beforeinstall: - @-[ -d ${DESTDIR}${LKMDIR} ] || mkdir ${DESTDIR}${LKMDIR} .endif .if !target(afterinstall) afterinstall: