summaryrefslogtreecommitdiffstats
path: root/kerberosIV/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/include/Makefile')
-rw-r--r--kerberosIV/include/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/kerberosIV/include/Makefile b/kerberosIV/include/Makefile
new file mode 100644
index 0000000..504da2e
--- /dev/null
+++ b/kerberosIV/include/Makefile
@@ -0,0 +1,18 @@
+# $Id$
+
+.if exists(${.OBJDIR}/../../include)
+INCLUDEOBJDIR= ${.OBJDIR}/../include
+.else
+INCLUDEOBJDIR= ${.CURDIR}/../include
+.endif
+
+depend lint tags:
+
+.include <bsd.prog.mk>
+
+#${INCLUDEOBJDIR}/protos.h: ${KRB4DIR}/include/protos.H
+# cd ${INCLUDEOBJDIR} ; ln -sf ${.ALLSRC} ${.TARGET}
+
+#all: ${INCLUDEOBJDIR}/protos.h
+
+#CLEANFILES= ${INCLUDEOBJDIR}/protos.h
OpenPOWER on IntegriCloud