diff options
author | tv <tv@pkgsrc.org> | 2005-01-21 03:43:10 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-21 03:43:10 +0000 |
commit | 9ff1834be71437f2e6997996a5551c51f2cc9728 (patch) | |
tree | 5e060a145fea3391a4e780b19cb4f2ca7723ee7e /shells | |
parent | abca2d4f26509ff327b7961c809f492b522a3eef (diff) | |
download | pkgsrc-9ff1834be71437f2e6997996a5551c51f2cc9728.tar.gz |
Use nbcompat-based build on Interix, too (missing <sysexits.h>).
Diffstat (limited to 'shells')
-rw-r--r-- | shells/nologinmsg/Makefile | 4 |
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" |