From 72e07342e24ff51c3fefc23a27092aa395c99c3c Mon Sep 17 00:00:00 2001 From: pefo <> Date: Sun, 6 Oct 1996 19:59:52 +0000 Subject: [PATCH] Fix dlfcn.h and link.h for arc port --- src/include/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/include/Makefile b/src/include/Makefile index 3e3656bd..50cccef9 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 1996/09/29 23:52:34 millert Exp $ +# $OpenBSD: Makefile,v 1.26 1996/10/06 19:59:52 pefo Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -24,6 +24,10 @@ FILES+= dlfcn.h link.h MFILES= float.h frame.h stdarg.h varargs.h LFILES= errno.h fcntl.h syslog.h termios.h +.if (${MACHINE_ARCH} == "mips") +MFILES+= link.h dlfcn.h +.endif + DIRS= arpa protocols rpc rpcsvc LDIRS= dev net netinet netccitt netiso netns netipx nfs sys ufs vm ddb scsi