=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -c -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 **** ! # $OpenBSD: Makefile,v 1.16 2016/03/30 06:38:46 jmc 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 --- 1,4 ---- ! # $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,51 **** 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++/ .include --- 41,47 ---- sh ${.CURDIR}/mkskel.sh > ${.TARGET} includes: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ! ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include .include