=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Makefile,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- src/include/Makefile 1999/03/09 00:01:41 1.62 +++ src/include/Makefile 1999/03/29 03:07:39 1.63 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.62 1999/03/09 00:01:41 niklas Exp $ +# $OpenBSD: Makefile,v 1.63 1999/03/29 03:07:39 rahnds Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -18,7 +18,8 @@ stddef.h stdio.h stdlib.h 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} != "alpha") && (${MACHINE_ARCH} != "mips") +.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \ + (${MACHINE_ARCH} != "powerpc") FILES+= dlfcn.h link.h .endif