aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile.inc
blob: 8b44b5f38b3a47a2f16e7b0f3d8305a2b9ce79e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile.inc	8.1 (Berkeley) 6/8/93

BINDIR?=	/sbin
NOSHARED?=	YES

.if exists (${.CURDIR}/../../secure)

.if exists(${.CURDIR}/../../secure/lib/libcrypt/obj)
CRYPTOBJDIR=	${.CURDIR}/../../secure/lib/libcrypt/obj
.else
CRYPTOBJDIR=	${.CURDIR}/../../secure/lib/libcrypt
.endif

.endif