a70cba9582
Sponsored by: The FreeBSD Foundation
11 lines
103 B
Makefile
11 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= y
|
|
SRCS= main.c yyerror.c
|
|
NO_PIC=
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.lib.mk>
|