From 4c87cf75aca3e46f8a043f9ce8b35ba1aed9254d Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 21 Jan 2005 03:43:10 +0000 Subject: Use nbcompat-based build on Interix, too (missing ). --- shells/nologinmsg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells/nologinmsg') diff --git a/shells/nologinmsg/Makefile b/shells/nologinmsg/Makefile index 02426e06f75..2400ed85bad 100644 --- a/shells/nologinmsg/Makefile +++ b/shells/nologinmsg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/08/22 23:59:59 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/21 03:43:10 tv Exp $ # FreeBSD Id: ports/shells/nologinmsg/Makefile,v 1.3 2003/02/21 13:26:58 knu Exp DISTNAME= nologinmsg-1.0 @@ -24,7 +24,7 @@ post-patch: .include "../../mk/bsd.prefs.mk" # XXX: ${OPSYS} != "NetBSD" ? -.if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" +.if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" || ${OPSYS} == "Interix" MAKE_FLAGS+= NOMAN=YES CFLAGS+= -D__LIBNBCOMPAT . include "../../pkgtools/libnbcompat/buildlink3.mk" -- cgit v1.2.3