freebsd-dev/bin/Makefile.inc

16 lines
307 B
PHP
Raw Normal View History

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