summaryrefslogtreecommitdiff
path: root/kerberosV/lib/asn1/Makefile
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-05-25 12:38:18 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-05-25 12:38:18 +0000
commit8b5b3de678742d32db8133b33de2e235f7cd5f43 (patch)
tree96ce5178b8b65995da90f0830f61ce0245bd70c9 /kerberosV/lib/asn1/Makefile
parent5e71ce42aa86758478ee0913cc457fe78f5aec41 (diff)
Workaround to prevent -current 'make' from crashing.
Diffstat (limited to 'kerberosV/lib/asn1/Makefile')
-rw-r--r--kerberosV/lib/asn1/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/kerberosV/lib/asn1/Makefile b/kerberosV/lib/asn1/Makefile
index cc8aa0b0e24..18611ecb956 100644
--- a/kerberosV/lib/asn1/Makefile
+++ b/kerberosV/lib/asn1/Makefile
@@ -1,11 +1,12 @@
-# $OpenBSD: Makefile,v 1.1 2001/05/25 08:18:52 hin Exp $
+# $OpenBSD: Makefile,v 1.2 2001/05/25 12:38:15 ho Exp $
LIB= asn1
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
-INCLUDE_FILES= asn1.h asn1_err.h ${KRB5SRC}/lib/asn1/{der.h,asn1-common.h}
+INCLUDE_FILES= ${KRB5SRC}/lib/asn1/der.h ${KRB5SRC}/lib/asn1/asn1-common.h \
+ asn1.h asn1_err.h
includes: asn1.h asn1_err.h