--- Net2/arch/i386/makefile 2018/04/24 18:04:01 1.1 +++ Net2/arch/i386/makefile 2018/04/24 18:19:48 1.1.1.2 @@ -1,9 +1,13 @@ -# @(#)Makefile 7.3 (Berkeley) 6/9/91 +# from: @(#)Makefile 7.3 (Berkeley) 6/9/91 +# Makefile,v 1.3 1993/07/04 14:03:00 cgd Exp -# Makefile for i386 tags file +# Makefile for i386 tags file and boot blocks -all: - @echo "make tags or links only" +NOPROG= noprog +NOMAN= noman +NOOBJ= noobj + +SUBDIR= boot TI386= ../i386/tags SI386= ../i386/i386/*.[ch] ../i386/include/*.h ../i386/isa/*.[ch] @@ -22,3 +26,5 @@ tags: links: -for i in ${DI386}; do \ cd $$i && rm -f tags; ln -s ../tags tags; done + +.include