xref: /netbsd/lib/liby/Makefile (revision c4a72b64)
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