summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/cats/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/cats/Makefile b/sys/arch/cats/Makefile
index 4547fa6a2ee..942bc4f3dc3 100644
--- a/sys/arch/cats/Makefile
+++ b/sys/arch/cats/Makefile
@@ -1,4 +1,4 @@
-/* $OpenBSD: Makefile,v 1.1 2004/02/01 05:12:54 drahn Exp $ */
+/* $OpenBSD: Makefile,v 1.2 2004/02/06 17:31:17 drahn Exp $ */
# $NetBSD: Makefile,v 1.1 2001/06/12 08:32:46 chris Exp $
# Makefile for cats tags file and boot blocks
@@ -25,6 +25,6 @@ links:
cd $$i && rm -f tags; ln -s ../tags tags; done
-SUBDIR= compile include
+SUBDIR=
.include <bsd.subdir.mk>