mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Note that this enables the backtracking extension, which we had previously left disabled. PR: 244149, 269425 Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D38421
19 lines
416 B
Makefile
19 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.24 2021/08/14 01:04:32 mef Exp $
|
|
#
|
|
|
|
DISTNAME= byacc-20230201
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://invisible-mirror.net/archives/byacc/
|
|
DIST_SUBDIR= byacc-20220101
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://invisible-island.net/byacc/byacc.html
|
|
COMMENT= Berkeley Yacc
|
|
LICENSE= public-domain
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAKE_FILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|