*** /tmp/,RCSt1t12061 Wed Nov 18 11:31:41 1998 --- Makefile.i386 Tue Nov 17 19:03:20 1998 *************** *** 1,7 **** # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 ! # $Id: Makefile.i386,v 1.126 1998/10/10 01:00:56 peter Exp $ # # Makefile for FreeBSD # --- 1,7 ---- # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 ! # $Id: Makefile.i386,v 1.2 1998/11/18 03:03:15 leres Exp $ # # Makefile for FreeBSD # *************** *** 207,214 **** sed 's,../.*/\(.*.o\),rm -f \1;ln -s ../GENERIC/\1 \1,' > makelinks sh makelinks && rm -f dontlink ! tags: ! @echo "see $S/kern/Makefile for tags" install: @if [ ! -f kernel ] ; then \ --- 207,216 ---- sed 's,../.*/\(.*.o\),rm -f \1;ln -s ../GENERIC/\1 \1,' > makelinks sh makelinks && rm -f dontlink ! tags: .depend ! sh -x $S/conf/systags.sh ! rm -f tags1 ! sed -e 's, ../, ,' tags > tags1 install: @if [ ! -f kernel ] ; then \