NetBSD/lib/liby/Makefile

10 lines
179 B
Makefile
Raw Normal View History

1997-10-09 15:58:15 +04:00
# $NetBSD: Makefile,v 1.5 1997/10/09 12:08:17 lukem Exp $
1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 5/15/90
1993-03-21 12:45:37 +03:00
LIB= y
SRCS= main.c yyerror.c
NOPIC= nopic
1997-10-09 15:58:15 +04:00
WARNS?= 1
1993-03-21 12:45:37 +03:00
.include <bsd.lib.mk>