Makefile.inc revision 50471
1#	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
2# $FreeBSD: head/bin/Makefile.inc 50471 1999-08-27 23:15:48Z peter $
3
4BINDIR?=	/bin
5CFLAGS+=	-Wall -Wformat
6NOSHARED?=	YES
7
8.if exists (${.CURDIR}/../../secure)
9
10.if exists(${.CURDIR}/../../secure/lib/libcipher/obj)
11CIPHEROBJDIR=    ${.CURDIR}/../../secure/lib/libcipher/obj
12.else
13CIPHEROBJDIR=    ${.CURDIR}/../../secure/lib/libcipher
14.endif
15
16.endif
17