mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
3d9f2d2e10
Requested by: ache Made world by: chuckr
13 lines
123 B
Makefile
13 lines
123 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
SHLIB_MAJOR= 3
|
|
SHLIB_MINOR= 0
|
|
|
|
.if exists(${.OBJDIR})
|
|
CFLAGS+= -I${.OBJDIR}
|
|
.else
|
|
CFLAGS+= -I${.CURDIR}
|
|
.endif
|