From 82fff46ac26b8d6b4e02894982d4ddceb2f18d20 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Wed, 13 Mar 2002 23:38:05 +0000 Subject: [PATCH] apparently this is only for i386 & alpha, mark it as such for now (see md.h) --- net/libst/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/libst/Makefile b/net/libst/Makefile index d9f29dd377e..639414c3f02 100644 --- a/net/libst/Makefile +++ b/net/libst/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2002/01/25 20:09:28 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2002/03/13 23:38:05 pvalchev Exp $ + +ONLY_FOR_ARCHS= alpha i386 COMMENT= "threaded library for writing Internet applications"