1# $NetBSD: Makefile,v 1.7 1998/01/22 07:02:52 perry Exp $ 2# from: @(#)Makefile 8.1 (Berkeley) 6/4/93 3 4LIB= y 5SRCS= main.c yyerror.c 6NOPIC= nopic 7 8.include <bsd.lib.mk> 9