Makefile.inc revision 87323
1#	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
2# $FreeBSD: head/bin/Makefile.inc 87323 2001-12-04 01:57:47Z obrien $
3
4BINDIR?=	/bin
5CFLAGS+=	-Wall -Wformat
6NOSHARED?=	YES
7WARNS?=		2
8
9.if exists (${.CURDIR}/../../secure)
10
11.if exists(${.CURDIR}/../../secure/lib/libcipher/obj)
12CIPHEROBJDIR=    ${.CURDIR}/../../secure/lib/libcipher/obj
13.else
14CIPHEROBJDIR=    ${.CURDIR}/../../secure/lib/libcipher
15.endif
16
17.endif
18