Install key-maps only and forget about the program generating them.

This commit is contained in:
leo 1997-07-15 08:42:21 +00:00
parent bacc863c24
commit 9eb01ced39
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
# $NetBSD: Makefile.inc,v 1.3 1996/07/15 06:35:43 leo Exp $
# $NetBSD: Makefile.inc,v 1.4 1997/07/15 08:42:21 leo Exp $
MAN=
INSTDIR=/usr/share/keymaps/atari
BINDIR=${.CURDIR}
all: ${PROG} ${MAP}
${MAP}: ${PROG}
proginstall:
realinstall: ${MAP}
./${PROG} > ${DESTDIR}${INSTDIR}/${MAP}
chmod 444 ${DESTDIR}${INSTDIR}/${MAP}