9 lines
162 B
Makefile
9 lines
162 B
Makefile
# from: @(#)Makefile 5.5 (Berkeley) 5/15/90
|
|
# $Id: Makefile,v 1.3 1993/10/05 21:54:30 pk Exp $
|
|
|
|
LIB= y
|
|
SRCS= main.c yyerror.c
|
|
NOPIC= nopic
|
|
|
|
.include <bsd.lib.mk>
|