freebsd-dev/lib/liby/Makefile

11 lines
103 B
Makefile
Raw Normal View History

1999-08-28 00:22:10 +00:00
# $FreeBSD$
PACKAGE=lib${LIB}
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>