This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / kerberosIV / Makefile.inc
CommitLineData
fdf53e02
GW
1# From: @(#)Makefile.inc 5.1 (Berkeley) 6/25/90
2# $Id$
3
4BINDIR?= /usr/sbin
5SHLIB_MAJOR?= 4
6SHLIB_MINOR?= 0
7
8.if exists(${.CURDIR}/../des/obj)
9DESOBJDIR= ${.CURDIR}/../des/obj
10.else
11DESOBJDIR= ${.CURDIR}/../des
12.endif
13
14.if exists(${.CURDIR}/../krb/obj)
15KRBOBJDIR= ${.CURDIR}/../krb/obj
16.else
17KRBOBJDIR= ${.CURDIR}/../krb
18.endif
19
20.if exists(${.CURDIR}/../kdb/obj)
21KDBOBJDIR= ${.CURDIR}/../kdb/obj
22.else
23KDBOBJDIR= ${.CURDIR}/../kdb
24.endif
25
26.if exists(${.CURDIR}/../acl/obj)
27ACLOBJDIR= ${.CURDIR}/../acl/obj
28.else
29ACLOBJDIR= ${.CURDIR}/../acl
30.endif
31
32.if exists(${.CURDIR}/../compile_et/obj)
33COMPILE_ET= ${.CURDIR}/../compile_et/obj/compile_et
34.else
35COMPILE_ET= ${.CURDIR}/../compile_et/compile_et
36.endif