NetBSD/lib/liby/Makefile

9 lines
165 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 1999/02/13 02:54:30 lukem Exp $
1998-01-22 10:02:52 +03:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-03-21 12:45:37 +03:00
LIB= y
SRCS= main.c yyerror.c
MKPIC= no
1993-03-21 12:45:37 +03:00
.include <bsd.lib.mk>