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

${DESTDIR}.
This commit is contained in:
jkh 1995-07-17 14:43:06 +00:00
parent 792ec921f5
commit 9dd24dbd21

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