xref: /netbsd-src/lib/liby/Makefile (revision 179b12252ecaf3553d9c2b7458ce62b6a2203d0c)
1#	$NetBSD: Makefile,v 1.10 2002/08/19 14:55:18 lukem Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
3
4NOPIC=		# defined
5
6LIB=		y
7SRCS=		main.c yyerror.c
8
9.include <bsd.lib.mk>
10