summaryrefslogtreecommitdiffstats
path: root/share/syscons/fonts
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/fonts
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/fonts')
-rw-r--r--share/syscons/fonts/Makefile7
1 files changed, 2 insertions, 5 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}
OpenPOWER on IntegriCloud