xref: /freebsd/sbin/Makefile.inc (revision d82e286489da73321a47e329d98a98817b0438b6)
1#	@(#)Makefile.inc	8.1 (Berkeley) 6/8/93
2
3BINDIR?=	/sbin
4NOSHARED?=	YES
5
6.if exists (${.CURDIR}/../../secure)
7
8.if exists(${.CURDIR}/../../secure/lib/libcrypt/obj)
9CRYPTOBJDIR=	${.CURDIR}/../../secure/lib/libcrypt/obj
10.else
11CRYPTOBJDIR=	${.CURDIR}/../../secure/lib/libcrypt
12.endif
13
14.endif
15