summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-21 03:43:10 +0000
committertv <tv@pkgsrc.org>2005-01-21 03:43:10 +0000
commit3e2532ac4755dc649d7728f6b5b72b71e7d2b055 (patch)
tree5e060a145fea3391a4e780b19cb4f2ca7723ee7e /shells
parent6926b1508a9c2e6ea888627aafe7cc67f2e4c5fb (diff)
downloadpkgsrc-3e2532ac4755dc649d7728f6b5b72b71e7d2b055.tar.gz
Use nbcompat-based build on Interix, too (missing <sysexits.h>).
Diffstat (limited to 'shells')
-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"