opnsense-src/bin/Makefile.inc

16 lines
307 B
PHP
Raw Normal View History

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