diff options
author | ache <ache@FreeBSD.org> | 1994-09-25 03:59:46 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-25 03:59:46 +0000 |
commit | 4d2a261b81648b7c206f5234ed3cd32d6bdc6587 (patch) | |
tree | 5ce7b05046658758abe0206e195f6c15427b4494 /share/syscons | |
parent | 1cd6a2cee1e2a2db37473283ec2f1514efc5ec89 (diff) | |
download | FreeBSD-src-4d2a261b81648b7c206f5234ed3cd32d6bdc6587.zip FreeBSD-src-4d2a261b81648b7c206f5234ed3cd32d6bdc6587.tar.gz |
Add SCRMAPS to clean target, fix install target
Diffstat (limited to 'share/syscons')
-rw-r--r-- | share/syscons/scrnmaps/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile index b36939f..d27b4bb 100644 --- a/share/syscons/scrnmaps/Makefile +++ b/share/syscons/scrnmaps/Makefile @@ -2,14 +2,13 @@ SCRMAPS = koi8-r2cp866.scm SCRMAPS_MK = ${SCRMAPS:R:S/$/.mk/g} SCRDIR = /usr/share/syscons/scrnmaps -CLEANFILES+= ${SCRMAPS_MK} +CLEANFILES+= ${SCRMAPS_MK} ${SCRMAPS} NOMAN = noman all: ${SCRMAPS} install: - cd ${.CURDIR}; \ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \ ${DESTDIR}${SCRDIR} |