summaryrefslogtreecommitdiff
path: root/lib/libkrb5/Makefile.com_err.inc
diff options
context:
space:
mode:
authorMagnus Holmberg <mho@cvs.openbsd.org>2003-06-23 14:39:15 +0000
committerMagnus Holmberg <mho@cvs.openbsd.org>2003-06-23 14:39:15 +0000
commita8aa308728fffacc24f52fcdb44850d08f7bc9f6 (patch)
tree4010b743be32453a786a1ab0da227d62a2827a61 /lib/libkrb5/Makefile.com_err.inc
parentcfafa3e00460e736fd781cd602b9e699c5c5ed10 (diff)
Clean up. Still not enabled.
Diffstat (limited to 'lib/libkrb5/Makefile.com_err.inc')
-rw-r--r--lib/libkrb5/Makefile.com_err.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libkrb5/Makefile.com_err.inc b/lib/libkrb5/Makefile.com_err.inc
index 03cb446ed5a..c3ff26df642 100644
--- a/lib/libkrb5/Makefile.com_err.inc
+++ b/lib/libkrb5/Makefile.com_err.inc
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile.com_err.inc,v 1.1 2003/06/03 09:12:25 hin Exp $
+# $OpenBSD: Makefile.com_err.inc,v 1.2 2003/06/23 14:39:14 mho Exp $
-CFLAGS += -I${KRB5SRC}/lib/com_err
+DIR_COM_ERR= ${KRB5SRC}/lib/com_err
+HDR_COM_ERR= com_err.h com_right.h
-.PATH: ${KRB5SRC}/lib/com_err
+.PATH: ${DIR_COM_ERR}
-SRCS+= com_err.c error.c
-
-foo:
- echo ${KRB5SRC}/lib/com_err
+SRCS+= com_err.c \
+ error.c
+CFLAGS+= -I${DIR_COM_ERR}