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

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

Revision 1.11, Mon May 15 18:24:43 2000 UTC (24 years ago) by hin
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.10: +2 -2 lines

Fix SBINDIR path the right way

# $OpenBSD: Makefile.inc,v 1.11 2000/05/15 18:24:43 hin Exp $

KRBVERSION = "krb4-1.0"

KRBDIR	= ${.CURDIR}/${KRBDEPTH}
KRBSRC	= ${.CURDIR}/${KRBDEPTH}/src

CFLAGS	+= -DHAVE_CONFIG_H -DBINDIR=\"/usr/bin\" -DSBINDIR=\"/usr/sbin\" \
	   -I${DESTDIR}/usr/include/kerberosIV \
	   -I${KRBSRC}/include -I${KRBSRC}/lib/roken \
	   -I${KRBDIR}/lib/roken -I${KRBSRC}/lib/sl 

LIBROKEN= -L${KRBDEPTH}/lib/roken -lroken
LIBSL	= -L${KRBDEPTH}/lib/sl -lsl

.PATH:	${KRBSRC}/man

COMPILE_ET	= /usr/bin/compile_et

.if (${MACHINE_ARCH} != "mips")
COM_ERR=	-lcom_err_pic
.else
COM_ERR=	-lcom_err
.endif