aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-07-21 21:32:13 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-07-21 21:32:13 +0000
commitf038100c39f7e2c465522d9b7db6f179d0235101 (patch)
tree3e8c123cd598f3420b052ee25ce9c0eb06ec3a5f
parentb0b14858138a2f58c0ba498d5ff856ed0baaec2f (diff)
Notes
-rw-r--r--release/sysinstall/Makefile6
-rw-r--r--usr.sbin/sade/Makefile6
-rw-r--r--usr.sbin/sysinstall/Makefile6
3 files changed, 15 insertions, 3 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile
index 0aeb6dcea5cc..4195eede206c 100644
--- a/release/sysinstall/Makefile
+++ b/release/sysinstall/Makefile
@@ -79,7 +79,6 @@ KEYMAPS= be.iso br275.iso danish.iso finnish.iso fr.iso \
spanish.iso swedish.iso swissfrench.iso swissgerman.iso uk.iso \
us.dvorak us.iso
-
keymap.h:
rm -f keymap.tmp
for map in ${KEYMAPS} ; do \
@@ -94,4 +93,9 @@ keymap.h:
( echo " { 0 }"; echo "};" ; echo "" ) >> keymap.tmp
mv keymap.tmp keymap.h
+beforeinstall:
+ @if [ ! -d ${BINDIR}/ ]; then \
+ mkdir -p ${BINDIR}; \
+ fi
+
.include <bsd.prog.mk>
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index 0aeb6dcea5cc..4195eede206c 100644
--- a/usr.sbin/sade/Makefile
+++ b/usr.sbin/sade/Makefile
@@ -79,7 +79,6 @@ KEYMAPS= be.iso br275.iso danish.iso finnish.iso fr.iso \
spanish.iso swedish.iso swissfrench.iso swissgerman.iso uk.iso \
us.dvorak us.iso
-
keymap.h:
rm -f keymap.tmp
for map in ${KEYMAPS} ; do \
@@ -94,4 +93,9 @@ keymap.h:
( echo " { 0 }"; echo "};" ; echo "" ) >> keymap.tmp
mv keymap.tmp keymap.h
+beforeinstall:
+ @if [ ! -d ${BINDIR}/ ]; then \
+ mkdir -p ${BINDIR}; \
+ fi
+
.include <bsd.prog.mk>
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 0aeb6dcea5cc..4195eede206c 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -79,7 +79,6 @@ KEYMAPS= be.iso br275.iso danish.iso finnish.iso fr.iso \
spanish.iso swedish.iso swissfrench.iso swissgerman.iso uk.iso \
us.dvorak us.iso
-
keymap.h:
rm -f keymap.tmp
for map in ${KEYMAPS} ; do \
@@ -94,4 +93,9 @@ keymap.h:
( echo " { 0 }"; echo "};" ; echo "" ) >> keymap.tmp
mv keymap.tmp keymap.h
+beforeinstall:
+ @if [ ! -d ${BINDIR}/ ]; then \
+ mkdir -p ${BINDIR}; \
+ fi
+
.include <bsd.prog.mk>