mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 21:32:58 +00:00
8 lines
75 B
Makefile
8 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= y
|
|
SRCS= main.c yyerror.c
|
|
NO_PIC=
|
|
|
|
.include <bsd.lib.mk>
|