summaryrefslogtreecommitdiff
path: root/kerberosIV/Makefile.inc
blob: 5ab96a40539721d0fb886bd3bd6a25e24fda6cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile.inc,v 1.7 1996/11/15 09:21:25 downsj Exp $

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

.if defined(OBJMACHINE)
__objdir=	obj.${MACHINE}
.else
__objdir=	obj
.endif

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