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