1#	$OpenBSD: Makefile,v 1.4 2012/08/02 13:38:39 okan Exp $
2
3LIB=	y
4SRCS=	main.c yyerror.c
5NOPIC=	nopic
6
7.include <bsd.lib.mk>
8