mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
9 lines
107 B
Makefile
9 lines
107 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
.if ${MK_CASPER} != "no"
|
|
CFLAGS+=-DWITH_CASPER
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|