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