freebsd-dev/bin/Makefile.inc

17 lines
382 B
PHP
Raw Normal View History

1994-05-26 06:18:55 +00:00
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
# $Id: Makefile.inc,v 1.9 1997/02/22 14:01:23 peter Exp $
1994-05-26 06:18:55 +00:00
BINDIR?= /bin
CFLAGS+= -Wall -Wformat
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