9 lines
169 B
Makefile
9 lines
169 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/09/20 04:23:20 mikel Exp $
|
|
# from: @(#)Makefile 5.5 (Berkeley) 5/15/90
|
|
|
|
LIB= y
|
|
SRCS= main.c yyerror.c
|
|
NOPIC= nopic
|
|
|
|
.include <bsd.lib.mk>
|