diff options
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile index 9df9d980168..b37253c4b06 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.107 2002/06/05 23:59:53 art Exp $ +# $OpenBSD: Makefile,v 1.108 2002/06/07 03:00:01 art Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -20,8 +20,8 @@ FILES= a.out.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h cast.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+= link.h +.if (${MACHINE_ARCH} != "powerpc") +FILES+= link.h link_aout.h link_elf.h .endif .if (${MACHINE_ARCH} != "vax") @@ -31,7 +31,7 @@ FILES+= ieeefp.h 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") +.if (${MACHINE_ARCH} == "powerpc") MFILES+= link.h .endif |