=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/lex/Makefile 2016/03/30 06:38:46 1.16 +++ src/usr.bin/lex/Makefile 2017/04/30 20:30:39 1.17 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2016/03/30 06:38:46 jmc Exp $ +# $OpenBSD: Makefile,v 1.17 2017/04/30 20:30:39 millert Exp $ # # By default, flex will be configured to generate 8-bit scanners only if the # -8 flag is given. If you want it to always generate 8-bit scanners, add @@ -41,11 +41,7 @@ sh ${.CURDIR}/mkskel.sh > ${.TARGET} includes: -.if !exists(${DESTDIR}/usr/include/g++) - ${INSTALL} -d -o root -g bin -m 755 \ - ${DESTDIR}/usr/include/g++ -.endif ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include/g++/ + ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include .include