1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/devel/ruby-byaccr/files/Makefile
2000-11-02 03:10:00 +00:00

21 lines
231 B
Makefile

# $FreeBSD$
PROG= byaccr
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
NOMAN= YES
BINDIR= ${LOCALBASE}/bin
.include <bsd.prog.mk>