arc/algor dir was removed long ago.

BTW, is "make tags" still maintained?
This commit is contained in:
tsutsui 2005-04-18 15:59:51 +00:00
parent 8110788f1c
commit e5d26b19a8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2003/01/06 17:40:23 lukem Exp $
# $NetBSD: Makefile,v 1.9 2005/04/18 15:59:51 tsutsui Exp $
# $OpenBSD: Makefile,v 1.5 1997/05/19 10:34:53 pefo Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/16/93
@ -8,13 +8,13 @@
.include <../mips/Makefile.inc>
TARC= ../arc/tags
SARC= ../arc/algor/*.[ch] ../arc/arc/*.[ch] ../arc/dev/*.[ch] \
SARC= ../arc/arc/*.[ch] ../arc/dev/*.[ch] \
../arc/dti/*.[ch] ../arc/include/*.h ../arc/isa/*.[ch] \
../arc/pci/*.[ch] ../arc/jazz/*.[ch]
AARC= ../arc/arc/*.S
# Directories in which to place tags links
DARC= algor arc dev dti include isa pci jazz
DARC= arc dev dti include isa pci jazz
.include "../../kern/Make.tags.inc"