1# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 2# $Id: Makefile.inc,v 1.9 1997/02/22 14:01:23 peter Exp $ 3 4BINDIR?= /bin 5CFLAGS+= -Wall -Wformat 6NOSHARED?= YES 7 8.if exists (${.CURDIR}/../../secure) 9 10.if exists(${.CURDIR}/../../secure/lib/libcipher/obj) 11CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher/obj 12.else 13CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher 14.endif 15 16.endif 17