Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 1999/02/13 02:54:30 lukem Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
3
4LIB=	y
5SRCS=	main.c yyerror.c
6MKPIC=	no
7
8.include <bsd.lib.mk>
9