diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-05-06 03:06:05 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-05-06 03:06:05 +0000 |
commit | 4a9317c34e08a4a7fdccbae27009cfcde07a91a3 (patch) | |
tree | 19d4b19de6d964efcaf9eb461d7e68cc9cdbd106 | |
parent | a35d952084d68c2ad6dca7556a9f1b1ef7cfdaf5 (diff) |
Fix links target.
-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 e58ad23604f..599f07863be 100644 --- a/sys/arch/cats/Makefile +++ b/sys/arch/cats/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2005/05/06 02:20:24 uwe Exp $ +# $OpenBSD: Makefile,v 1.4 2005/05/06 03:06:04 marco Exp $ # $NetBSD: Makefile,v 1.1 2001/06/12 08:32:46 chris Exp $ # Makefile for cats tags file and boot blocks @@ -18,7 +18,7 @@ ACATS= $S/arch/arm/arm/*.S \ $S/arch/arm/footbridge/isa/*.S # Directories in which to place tags links -DCATS= cats include isa pci +DCATS=cats conf include isa pci tags: -ctags -wdtf ${TCATS} ${SCATS} ${COMM} |