Don't create unused object directory.

Don't override harmless clean rule.
This commit is contained in:
Bruce Evans 1997-01-01 05:15:09 +00:00
parent 8cd33d23b4
commit 7793986515
2 changed files with 4 additions and 10 deletions

View File

@ -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}

View File

@ -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}