1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-26 07:55:01 +00:00
freebsd/lib/libcasper/Makefile.inc
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

9 lines
107 B
Makefile

.include <src.opts.mk>
.if ${MK_CASPER} != "no"
CFLAGS+=-DWITH_CASPER
.endif
.include "../Makefile.inc"