11 lines
96 B
Makefile
11 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= y
|
|
SHLIB_MAJOR= 2
|
|
|
|
SRCS= main.c yyerror.c
|
|
|
|
NOPIC= true
|
|
|
|
.include <bsd.lib.mk>
|