diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1997-10-19 22:26:30 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1997-10-19 22:26:30 +0000 |
commit | 4a4d703b937f4e4f13ac5a1f4bc951ca08e7b165 (patch) | |
tree | e6ed8e03fbf51e53d7180540075b02cc93c561ef /sys/arch | |
parent | 9c09c4a88c5df105ab668166327a52687330cee6 (diff) |
Fix busted links and tags targets.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/Makefile b/sys/arch/mvme68k/Makefile index 99e76b5d12e..3c9cf29c07c 100644 --- a/sys/arch/mvme68k/Makefile +++ b/sys/arch/mvme68k/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1996/10/01 20:01:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 1997/10/19 22:26:29 etheisen Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/11/93 # @@ -8,15 +8,18 @@ NOPROG= noprog NOMAN= noman NOOBJ= noobj +SYSTAGS= ${.CURDIR}/tags SUBDIR= stand ../m68k DIRS= conf dev include mvme68k links:: -for i in ${DIRS}; do \ + echo $$i ; \ + cd ${.CURDIR} ; \ (cd $$i && { rm -f tags; ln -s ${SYSTAGS} tags; }) done MVME68K=/sys/arch/mvme68k/dev/*.[ch] /sys/arch/mvme68k/include/*.[ch] \ - /sys/arch/mvme68k/rcons/*.[ch] /sys/arch/mvme68k/mvme68k/*.[ch] \ + /sys/dev/rcons/*.[ch] /sys/arch/mvme68k/mvme68k/*.[ch] AMVME68K=/sys/arch/mvme68k/mvme68k/*.s tags: |