1# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 2# $Id$ 3 4BINDIR?= /bin 5NOSHARED?= YES 6 7.if exists (${.CURDIR}/../../secure) 8 9.if exists(${.CURDIR}/../../secure/lib/libcipher/obj) 10CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher/obj 11.else 12CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher 13.endif 14 15.endif 16