summaryrefslogtreecommitdiff
path: root/shells/nologinmsg
diff options
context:
space:
mode:
authortv <tv>2005-01-21 03:43:10 +0000
committertv <tv>2005-01-21 03:43:10 +0000
commit4c87cf75aca3e46f8a043f9ce8b35ba1aed9254d (patch)
tree5e060a145fea3391a4e780b19cb4f2ca7723ee7e /shells/nologinmsg
parent0cc84b7a1f56828d0c4f09e980bcd5a16e8d8f75 (diff)
downloadpkgsrc-4c87cf75aca3e46f8a043f9ce8b35ba1aed9254d.tar.gz
Use nbcompat-based build on Interix, too (missing <sysexits.h>).
Diffstat (limited to 'shells/nologinmsg')
-rw-r--r--shells/nologinmsg/Makefile4
1 files changed, 2 insertions, 2 deletions
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"