summaryrefslogtreecommitdiff
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, 0 insertions, 18 deletions
diff --git a/kerberosIV/include/Makefile b/kerberosIV/include/Makefile
deleted file mode 100644
index 504da2e7dbe9..000000000000
--- a/kerberosIV/include/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $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