=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Makefile,v retrieving revision 1.101 retrieving revision 1.102 diff -c -r1.101 -r1.102 *** src/include/Makefile 2002/02/18 22:16:37 1.101 --- src/include/Makefile 2002/04/08 04:53:57 1.102 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.101 2002/02/18 22:16:37 mickey Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.102 2002/04/08 04:53:57 fgsch Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 *************** *** 20,26 **** string.h strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \ unistd.h utime.h utmp.h vis.h ! .if (${MACHINE_ARCH} != "powerpc") FILES+= dlfcn.h link.h .endif --- 20,26 ---- string.h strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \ unistd.h utime.h utmp.h vis.h ! .if (${MACHINE_ARCH} != "powerpc") && (${MACHINE_ARCH} != "sparc64") FILES+= dlfcn.h link.h .endif *************** *** 31,37 **** MFILES= float.h frame.h stdarg.h varargs.h LFILES= errno.h fcntl.h syslog.h termios.h ! .if (${MACHINE_ARCH} == "powerpc") MFILES+= link.h dlfcn.h .endif --- 31,37 ---- MFILES= float.h frame.h stdarg.h varargs.h LFILES= errno.h fcntl.h syslog.h termios.h ! .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc64") MFILES+= link.h dlfcn.h .endif