[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / kerberosIV

File: [local] / src / kerberosIV / Attic / Makefile.inc (download)

Revision 1.1.1.1 (vendor branch), Thu Dec 14 06:52:32 1995 UTC (28 years, 6 months ago) by tholo
Branch: KTH/tholo
CVS Tags: initial
Changes since 1.1: +0 -0 lines

Kerberos IV code, based on a merge of fixed code from KTH and original
4.4BSD Lite code (international edition).  Provides all functionality
from the original 4.4BSD code plus standard Kerberos elements that were
omitted in the 4.4BSD code.

#	from @(#)Makefile.inc	8.1 (Berkeley) 6/1/93
#	$Id: Makefile.inc,v 1.1.1.1 1995/12/14 06:52:32 tholo Exp $

CFLAGS+=-I${.CURDIR}/../include
BINDIR?=/usr/sbin

.if exists(${.CURDIR}/../mk_cmds/obj)
MK_CMDS=${.CURDIR}/../mk_cmds/obj/mk_cmds
.else
MK_CMDS=${.CURDIR}/../mk_cmds/mk_cmds
.endif

.if exists(${.CURDIR}/../compile_et/obj)
COMPILE_ET=${.CURDIR}/../compile_et/obj/compile_et
.else
COMPILE_ET=${.CURDIR}/../compile_et/compile_et
.endif

.if exists(${.CURDIR}/../com_err/obj)
COM_ERR=-L${.CURDIR}/../com_err/obj -lcom_err_pic
.else
COM_ERR=-L${.CURDIR}/../com_err -lcom_err_pic
.endif