8 lines
75 B
Makefile
8 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= y
|
|
SRCS= main.c yyerror.c
|
|
NO_PIC=
|
|
|
|
.include <bsd.lib.mk>
|