Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 1997/10/09 14:36:29 lukem Exp $
2#	from: @(#)Makefile	5.5 (Berkeley) 5/15/90
3
4LIB=	y
5SRCS=	main.c yyerror.c
6NOPIC=	nopic
7
8.include <bsd.lib.mk>
9