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