xref: /freebsd/bin/Makefile.inc (revision 7f3dea244c40159a41ab22da77a434d7c5b5e85a)
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