=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/lex/Makefile 2002/05/08 19:39:24 1.8 --- src/usr.bin/lex/Makefile 2003/12/09 12:42:41 1.9 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.8 2002/05/08 19:39:24 espie 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.9 2003/12/09 12:42:41 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 *************** *** 25,30 **** --- 25,35 ---- LINKS= ${BINDIR}/lex ${BINDIR}/flex \ ${BINDIR}/lex ${BINDIR}/flex++ MLINKS= flex.1 lex.1 flex.1 flex++.1 + + # This just gets installed verbatim + .if make(install) + SUBDIR+= PSD.doc + .endif parse.h parse.c: parse.y ${YACC} -d ${.ALLSRC}