summaryrefslogtreecommitdiff
path: root/lib/libkrb5/Makefile.com_err.inc
blob: 239568c34425cd799b77e73ecebd87e7d53232c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile.com_err.inc,v 1.3 2003/07/15 19:29:29 deraadt Exp $

DIR_COM_ERR=	${KRB5SRC}/lib/com_err
HDR_COM_ERR=	com_err.h com_right.h

.PATH:	${DIR_COM_ERR}

SRCS+=	com_err.c \
	error.c

MAN+=	com_err.3

CFLAGS+=	-I${DIR_COM_ERR}