freebsd-dev/secure/Makefile.inc

16 lines
260 B
PHP
Raw Normal View History

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