diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-07-07 02:30:45 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-07-07 02:30:45 +0000 |
| commit | 4ef3e8aa3337f723fb6f310308595af1c945451f (patch) | |
| tree | 20dafc7398566a284f0f553e9d6c523188b1935b | |
| parent | 90665a1b48b1503e7a9ee6d59639c99b1cbdeac6 (diff) | |
Notes
| -rw-r--r-- | share/syscons/scrnmaps/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile index 61e1b57ba0fb..44142f293a12 100644 --- a/share/syscons/scrnmaps/Makefile +++ b/share/syscons/scrnmaps/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.10 1998/01/03 14:09:21 wosch Exp $ SCRMAPS = koi8-r2cp866.scm iso-8859-1_to_cp437.scm @@ -10,6 +10,8 @@ NOMAN = noman all: ${SCRMAPS} +build-tools: ${SCRMAPS_MK} + install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ ${SCRMAPS} ${DESTDIR}${SCRDIR} @@ -20,7 +22,7 @@ ${SCRMAPS}: ${.TARGET:R}.mk rm -f ${.TARGET:R}.tmp ${SCRMAPS_MK}: ${.TARGET:R} mkscrfil.c - ${CC} ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" \ - -o ${.TARGET} ${.CURDIR}/mkscrfil.c + ${CC} ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" ${LDFLAGS} \ + -o ${.TARGET} ${.CURDIR}/mkscrfil.c .include <bsd.prog.mk> |
