diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-05 11:01:33 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-05 11:01:33 +0000 |
commit | e82855f8640b3511d7945151db35cf381a359170 (patch) | |
tree | d0e29404f4c4b406826e62a7e53f765db9dbe327 /include | |
parent | 36e25e14709512171f0ddb56c1efa49d92b16e05 (diff) |
standard link.h and dlfcn.h not very useful on mips
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 43ff1368fbf..3f2d1247ff5 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 1996/08/16 09:40:02 mickey Exp $ +# $OpenBSD: Makefile,v 1.22 1996/09/05 11:01:32 pefo 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,7 @@ FILES= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.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") +.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") FILES+= dlfcn.h link.h .endif |