diff options
-rw-r--r-- | share/termtypes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/termtypes/Makefile b/share/termtypes/Makefile index 1b01aed13b5..582f14a41e8 100644 --- a/share/termtypes/Makefile +++ b/share/termtypes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1998/12/07 20:01:37 millert Exp $ +# $OpenBSD: Makefile,v 1.4 1998/12/07 20:07:21 millert Exp $ # # Take termcap/terminfo master file and generate termcap/terminfo .db files # master: http://www.tuxedo.org/~esr/terminfo/termtypes.master.gz @@ -33,7 +33,7 @@ realinstall: ${DESTDIR}${BINDIR}/misc/terminfo.db ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap.db \ ${DESTDIR}${BINDIR}/misc/termcap.db - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/termcap.src \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 termcap.src \ ${DESTDIR}${BINDIR}/misc/termcap ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \ ${DESTDIR}${BINDIR}/misc/map3270 |