Remove gratuitous setting of SYSDIR;
it is set in sys/kern/Make.tags.inc
This commit is contained in:
parent
0ee6a7e6e9
commit
d95ba2eb80
@ -1,9 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.18 2001/02/22 04:40:43 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2001/04/03 17:12:23 jhawk Exp $
|
||||
|
||||
# Makefile for i386 tags file and boot blocks
|
||||
|
||||
SYSDIR?= /sys
|
||||
|
||||
TI386= ${SYSDIR}/arch/i386/tags
|
||||
SI386= ${SYSDIR}/arch/i386/i386/*.[ch] ${SYSDIR}/arch/i386/include/*.h \
|
||||
${SYSDIR}/arch/i386/eisa/*.[ch] ${SYSDIR}/arch/i386/isa/*.[ch] \
|
||||
|
@ -1,11 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.6 1998/11/15 20:36:30 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2001/04/03 17:12:23 jhawk Exp $
|
||||
|
||||
# Makefile for mac68k tags file and boot blocks
|
||||
|
||||
# Find where m68k source files are for inclusion in tags
|
||||
.include <../m68k/Makefile.inc>
|
||||
|
||||
SYSDIR?= /sys
|
||||
TMAC68K=${SYSDIR}/arch/mac68k/tags
|
||||
SMAC68K=${SYSDIR}/arch/mac68k/mac68k/*.[ch] ${SYSDIR}/arch/mac68k/include/*.h \
|
||||
${SYSDIR}/arch/mac68k/nubus/*.[ch] ${SYSDIR}/arch/mac68k/obio/*.[ch] \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2000/10/05 18:22:41 tsutsui Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2001/04/03 17:12:23 jhawk Exp $
|
||||
|
||||
# Makefile for next68k tags file and boot blocks
|
||||
|
||||
@ -14,7 +14,6 @@ ANEXT68K= ../next68k/next68k/*.s
|
||||
# Directories in which to place tags links
|
||||
DNEXT68K= dev next68k include
|
||||
|
||||
SYSDIR= ../..
|
||||
.include "../../kern/Make.tags.inc"
|
||||
|
||||
tags:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.9 2000/09/28 15:19:56 eeh Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2001/04/03 17:12:24 jhawk Exp $
|
||||
|
||||
# Makefile for sparc64 tags file and boot blocks
|
||||
|
||||
@ -11,7 +11,6 @@ ASPARC64= ../sparc64/sparc64/*.s
|
||||
# Directories in which to place tags links
|
||||
DSPARC64= conf dev fpu include sparc64
|
||||
|
||||
SYSDIR= ../..
|
||||
.include "../../kern/Make.tags.inc"
|
||||
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user