summaryrefslogtreecommitdiffstats
path: root/share/syscons
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-01 05:15:09 +0000
committerbde <bde@FreeBSD.org>1997-01-01 05:15:09 +0000
commit0fad7599db910083b1d82cfd88cd4dd8cbfec9fe (patch)
tree4b0ff108418d24bfb159d13b07de037324e742b3 /share/syscons
parentdf0e60daaf4bcd03179f50f29e11d8b293d933b9 (diff)
downloadFreeBSD-src-0fad7599db910083b1d82cfd88cd4dd8cbfec9fe.zip
FreeBSD-src-0fad7599db910083b1d82cfd88cd4dd8cbfec9fe.tar.gz
Don't create unused object directory.
Don't override harmless clean rule.
Diffstat (limited to 'share/syscons')
-rw-r--r--share/syscons/fonts/Makefile7
-rw-r--r--share/syscons/keymaps/Makefile7
2 files changed, 4 insertions, 10 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile
index f556cc6..2764159 100644
--- a/share/syscons/fonts/Makefile
+++ b/share/syscons/fonts/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1996/02/18 02:25:32 wosch Exp $
+# $Id: Makefile,v 1.9 1996/08/19 22:13:05 wosch Exp $
FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
@@ -18,12 +18,9 @@ FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
FONTDIR = /usr/share/syscons/fonts
NOMAN = noman
-
-all clean:
- @echo -n
+NOOBJ = noobj
install:
- cd ${.CURDIR}; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
${DESTDIR}${FONTDIR}
diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile
index d877d31..7e6e0a8 100644
--- a/share/syscons/keymaps/Makefile
+++ b/share/syscons/keymaps/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 1996/08/19 22:11:16 wosch Exp $
+# $Id: Makefile,v 1.15 1996/10/21 23:34:58 ache Exp $
KEYMAPS= INDEX.keymaps
KEYMAPS+= be.iso.kbd
@@ -18,12 +18,9 @@ KEYMAPS+= us.iso.kbd us.dvorak.kbd us.dvorakx.kbd
MAPSDIR = /usr/share/syscons/keymaps
NOMAN = noman
-
-all clean:
- @echo -n
+NOOBJ = noobj
install:
- cd ${.CURDIR}; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
${DESTDIR}${MAPSDIR}
OpenPOWER on IntegriCloud