# Makefile for liby

CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE

LIB=	y

SRCS=	\
	main.c \
	yyerror.c

.include <minix.lib.mk>
