mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
7 lines
80 B
Makefile
7 lines
80 B
Makefile
|
|
PACKAGE=lib${LIB}
|
|
LIB= y
|
|
SRCS= main.c yyerror.c
|
|
NO_PIC=
|
|
|
|
.include <bsd.lib.mk>
|