From d735adbc5b2ab654ea97ff122dc50954706aa918 Mon Sep 17 00:00:00 2001 From: angelos Date: Sun, 3 Feb 2002 03:15:31 +0000 Subject: [PATCH] Exit when warning that proper option has not been given for Sparc build. --- sysutils/lsof/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 6c658e53e57..c491fc1c891 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2002/01/29 19:40:51 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.40 2002/02/03 03:15:31 angelos Exp $ COMMENT= "list information about open files" @@ -47,6 +47,7 @@ pre-build: @echo "*** SUN4=Yes, SUN4C=Yes, or SUN4M=Yes" @echo "*** on the make command line" @echo + exit 1; .endif .endif