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