From 403cfa3d46c5e57f70a52b18a921f538acd81dcd Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 2 Feb 1998 08:10:41 +0000 Subject: Introduce TRUE?=/usr/bin/true, and use it. --- graphics/xpm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/xpm') diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 65e61ee743c..6c5ac8e8203 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $NetBSD: Makefile,v 1.5 1998/01/24 05:30:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/02 08:10:58 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/17 15:12:45 max Exp # @@ -18,6 +18,6 @@ USE_IMAKE= yes CAT1= sxpm.0 post-install: - ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true + ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} .include -- cgit v1.2.3