1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/lib/liby/Makefile

10 lines
85 B
Makefile
Raw Normal View History

1999-08-28 00:22:10 +00:00
# $FreeBSD$
LIB= y
1994-05-27 05:00:24 +00:00
SRCS= main.c yyerror.c
NO_PIC=
WARNS?= 1
1994-05-27 05:00:24 +00:00
.include <bsd.lib.mk>