summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2004-02-06 17:31:17 +0000
committerdrahn <drahn@openbsd.org>2004-02-06 17:31:17 +0000
commit5a0d039f86ab6c909ac1c43c59862b1d7cf68f76 (patch)
tree0ae07573d817fe308f30a05e51159530ff5414c0
parentfix machine/machine_arch, machine_arch should be arm for all arm systems (diff)
downloadwireguard-openbsd-5a0d039f86ab6c909ac1c43c59862b1d7cf68f76.tar.xz
wireguard-openbsd-5a0d039f86ab6c909ac1c43c59862b1d7cf68f76.zip
No SUBDIRs here.
-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>