mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
11 lines
202 B
Makefile
11 lines
202 B
Makefile
# $FreeBSD$
|
|
|
|
CFLAGS+= -DINET6
|
|
|
|
.if exists(${.OBJDIR}/../common_source)
|
|
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
|
|
.else
|
|
LIBLPR= ${.CURDIR}/../common_source/liblpr.a
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|