freebsd-dev/bin/Makefile.inc

15 lines
289 B
PHP
Raw Normal View History

1994-05-26 06:18:55 +00:00
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
BINDIR?= /bin
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