]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r42629,
[FreeBSD/FreeBSD.git] / bin / Makefile.inc
1 #       @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
2 #       $Id: Makefile.inc,v 1.9 1997/02/22 14:01:23 peter Exp $
3
4 BINDIR?=        /bin
5 CFLAGS+=        -Wall -Wformat
6 NOSHARED?=      YES
7
8 .if exists (${.CURDIR}/../../secure)
9
10 .if exists(${.CURDIR}/../../secure/lib/libcipher/obj)
11 CIPHEROBJDIR=    ${.CURDIR}/../../secure/lib/libcipher/obj
12 .else
13 CIPHEROBJDIR=    ${.CURDIR}/../../secure/lib/libcipher
14 .endif
15
16 .endif