mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
8 lines
161 B
Makefile
8 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
|