diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-09-18 21:25:53 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-09-18 21:25:53 +0000 |
commit | d3ab058ff60afaced51478e2c2789cbbb804f209 (patch) | |
tree | 1d5eaece36de0ea87388798d01144268a07f1b60 /usr.bin/yacc/Makefile | |
parent | f2d7375d521eaf20705bd9ee1a8b0791df571d39 (diff) |
Install the yacc(1) PSD. ok mickey@ jmc@
Diffstat (limited to 'usr.bin/yacc/Makefile')
-rw-r--r-- | usr.bin/yacc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index ce5f315e10d..a5143739b8a 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -1,10 +1,15 @@ -# $OpenBSD: Makefile,v 1.3 1999/04/18 20:41:45 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2004/09/18 21:25:52 otto Exp $ PROG= yacc SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \ skeleton.c symtab.c verbose.c warshall.c MAN= yacc.1 yyfix.1 +# This just gets installed verbatim +.if make(install) +SUBDIR+= PSD.doc +.endif + beforeinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/yyfix.sh ${DESTDIR}${BINDIR}/yyfix |