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 | 3e2532ac4755dc649d7728f6b5b72b71e7d2b055 (patch) | |
tree | 5e060a145fea3391a4e780b19cb4f2ca7723ee7e /shells | |
parent | 6926b1508a9c2e6ea888627aafe7cc67f2e4c5fb (diff) | |
download | pkgsrc-3e2532ac4755dc649d7728f6b5b72b71e7d2b055.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" |