HardenedBSD/bin/Makefile.inc

16 lines
307 B
PHP
Raw Normal View History

1994-05-26 08:18:55 +02:00
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
1997-02-22 15:13:04 +01:00
# $Id$
1994-05-26 08:18:55 +02:00
BINDIR?= /bin
NOSHARED?= YES
.if exists (${.CURDIR}/../../secure)
1995-10-22 21:14:13 +01:00
.if exists(${.CURDIR}/../../secure/lib/libcipher/obj)
CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher/obj
.else
1995-10-22 21:14:13 +01:00
CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher
.endif
.endif