summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-04 23:31:24 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-04 23:31:24 +0000
commit6844facfb2d8171043e78487574361a8fd1bbd43 (patch)
tree9ce6cbbec6e85b99fe1f74cf19e555fa380c4c63 /sys
parent01ad65ece2cc6e229bfaf0e9f081c5dc9a314468 (diff)
OK, ok, we do not get to touch mtree, so install the kymap dir from here
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/stand/loadkmap/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amiga/stand/loadkmap/Makefile.inc b/sys/arch/amiga/stand/loadkmap/Makefile.inc
index aff507c0818..9114e0bf062 100644
--- a/sys/arch/amiga/stand/loadkmap/Makefile.inc
+++ b/sys/arch/amiga/stand/loadkmap/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.2 1996/10/04 22:35:35 niklas Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1996/10/04 23:31:23 niklas Exp $
# $NetBSD: Makefile.inc,v 1.1.2.3 1996/06/25 01:13:36 jtc Exp $
BINDIR= /usr/share/keymaps/amiga
@@ -11,5 +11,8 @@ ${MAP}: ${PROG}
./${PROG} >${MAP}
realinstall:
+.if !exists(${DESTDIR}${BINDIR})
+ mkdir -p ${DESTDIR}${BINDIR}
+.endif
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 555 ${MAP} \
${DESTDIR}${BINDIR}