Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/etc/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.233 retrieving revision 1.234 diff -u -p -r1.233 -r1.234 --- src/etc/Makefile 2002/12/02 13:18:03 1.233 +++ src/etc/Makefile 2002/12/17 15:54:59 1.234 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.233 2002/12/02 13:18:03 lukem Exp $ +# $NetBSD: Makefile,v 1.234 2002/12/17 15:54:59 jdolecek Exp $ # from: @(#)Makefile 8.7 (Berkeley) 5/25/95 # Environment variables without default values: @@ -91,16 +91,12 @@ BIN1+= bootptab changelist csh.cshrc csh weekly weekly.conf wscons.conf \ etc.${MACHINE}/ttys etc.${MACHINE}/disktab -.if (${MACHINE_ARCH} == "m68k") || \ - (${MACHINE_ARCH} == "ns32k") || \ - (${MACHINE_ARCH} == "vax") -BIN1+= ld.so.conf -.elif exists(etc.${MACHINE_ARCH}/ld.so.conf) -BIN1+= etc.${MACHINE_ARCH}/ld.so.conf +.if exists(etc.${MACHINE}/ld.so.conf) +BIN1+= etc.${MACHINE}/ld.so.conf .endif -.if exists(etc.${MACHINE_ARCH}/ttyaction) -BIN1+= etc.${MACHINE_ARCH}/ttyaction +.if exists(etc.${MACHINE}/ttyaction) +BIN1+= etc.${MACHINE}/ttyaction .endif # -rw-rw-r--