diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-01-01 05:15:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-01-01 05:15:09 +0000 |
| commit | 7793986515171eb916cbb2beaecb5afb2ce30b42 (patch) | |
| tree | 4b0ff108418d24bfb159d13b07de037324e742b3 /share/syscons | |
| parent | 8cd33d23b475f480034fe929de7d9d762864edc3 (diff) | |
Notes
Diffstat (limited to 'share/syscons')
| -rw-r--r-- | share/syscons/fonts/Makefile | 7 | ||||
| -rw-r--r-- | share/syscons/keymaps/Makefile | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index f556cc60b8f8..2764159d4d39 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 d877d3131c3c..7e6e0a853b83 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} |
