diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-06 17:31:18 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-06 17:31:18 +0000 |
commit | 2f195a7ba0b806ba39549a4ec27555d233279598 (patch) | |
tree | 427cdfb0278cbc0f3ef679c0cbc9402b8239fdcd /sys | |
parent | 38741d28af47236ca3c1fb8a326ae5d188b23cf9 (diff) |
No SUBDIRs here.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/cats/Makefile | 4 |
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> |