The LINKS variable was being improperly specified as non-relative to

${DESTDIR}.
This commit is contained in:
Jordan K. Hubbard 1995-07-17 14:43:06 +00:00
parent 667e132052
commit 43395b3be7

View File

@ -1,8 +1,8 @@
# Makefile for kbdmap / vidfont
# $Id: Makefile,v 1.2 1995/03/24 04:36:19 jkh Exp $
# $Id: Makefile,v 1.3 1995/04/06 14:41:50 ache Exp $
SCRIPT= ${.CURDIR}/kbdmap.pl
LINKS= ${DESTDIR}${BINDIR}/kbdmap ${DESTDIR}${BINDIR}/vidfont
LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont
MAN1= kbdmap.1
MLINKS= kbdmap.1 vidfont.1