mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix man extents from .0 to .1
Submitted by: jkh
This commit is contained in:
parent
6acd8e2475
commit
c28e4c86c0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
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
|
||||
MAN1= yacc.0 yyfix.0
|
||||
MAN1= yacc.1 yyfix.1
|
||||
|
||||
beforeinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue