# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 # $FreeBSD: head/bin/Makefile.inc 21673 1997-01-14 07:20:47Z jkh $ BINDIR?= /bin NOSHARED?= YES .if exists (${.CURDIR}/../../secure) .if exists(${.CURDIR}/../../secure/lib/libcipher/obj) CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher/obj .else CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher .endif .endif