xref: /freebsd/bin/Makefile.inc (revision 2a4562393f80633b81c11d4f7df00548d1cc3c48)
1#	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
2# $FreeBSD$
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