mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 07:25:10 -04:00
7 lines
161 B
Makefile
7 lines
161 B
Makefile
BINDIR?= /usr/bin
|
|
MANDIR?= /usr/share/man/man
|
|
.if exists(${.OBJDIR}/../lib)
|
|
LIBUTIL=${.OBJDIR}/../lib/libutil.a
|
|
.else
|
|
LIBUTIL=${.CURDIR}/../lib/libutil.a
|
|
.endif
|