freebsd-dev/secure/Makefile.inc

16 lines
275 B
PHP
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
1994-08-07 19:04:10 +00:00
.include <bsd.own.mk>
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
.else
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
.endif
.if ${MK_OPENSSH} != "no"
2002-06-29 12:16:50 +00:00
SSHDIR= ${.CURDIR}/../../../crypto/openssh
.endif
WARNS?= 0