freebsd-dev/secure/Makefile.inc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
168 B
PHP
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
1994-08-07 19:04:10 +00:00
.if exists(${.CURDIR:H:H}/lib/libcrypt/obj)
CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt/obj
.else
CRYPTOBJDIR= ${.CURDIR:H:H}/lib/libcrypt
.endif
WARNS?= 0