summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-02-06 17:31:18 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-02-06 17:31:18 +0000
commit2f195a7ba0b806ba39549a4ec27555d233279598 (patch)
tree427cdfb0278cbc0f3ef679c0cbc9402b8239fdcd /sys
parent38741d28af47236ca3c1fb8a326ae5d188b23cf9 (diff)
No SUBDIRs here.
Diffstat (limited to 'sys')
-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>