NetBSD/sys/arch/atari/stand/keymaps/Makefile.inc

16 lines
324 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.4 1997/07/15 08:42:21 leo Exp $
1996-06-23 00:14:09 +04:00
MAN=
1996-07-15 10:35:43 +04:00
INSTDIR=/usr/share/keymaps/atari
BINDIR=${.CURDIR}
1996-06-23 00:14:09 +04:00
all: ${PROG} ${MAP}
${MAP}: ${PROG}
proginstall:
1996-06-23 00:14:09 +04:00
realinstall: ${MAP}
./${PROG} > ${DESTDIR}${INSTDIR}/${MAP}
chmod 444 ${DESTDIR}${INSTDIR}/${MAP}
chown ${BINOWN}.${BINGRP} ${DESTDIR}${INSTDIR}/${MAP}