From 42f0d717ff538409d2c2361a70b885985aa74922 Mon Sep 17 00:00:00 2001 From: art <> Date: Thu, 31 May 2001 14:03:04 +0000 Subject: [PATCH] Install link.h and dlfcn.h on alpha. --- src/include/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/include/Makefile b/src/include/Makefile index 700ef39e..548d3345 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.91 2001/05/14 12:34:27 espie Exp $ +# $OpenBSD: Makefile,v 1.92 2001/05/31 14:03:04 art Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -35,6 +35,9 @@ LFILES= errno.h fcntl.h syslog.h termios.h .if (${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "powerpc") MFILES+= link.h dlfcn.h .endif +.if (${MACHINE_ARCH} == "alpha") +FILES+=link.h dlfcn.h +.endif DIRS= arpa protocols rpc rpcsvc LDIRS= crypto ddb dev isofs miscfs net netatalk netccitt netinet \