freebsd-dev/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>