diff options
-rw-r--r-- | editors/joe/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 56b77825a20..5356626943a 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/20 12:14:05 agc Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/26 03:51:52 tv Exp $ # DISTNAME= joe2.8 @@ -16,4 +16,10 @@ ALL_TARGET= joe CFLAGS+= -DTERMINFO +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Interix" +CPPFLAGS+= -Dsetpgrp=setpgid +.endif + .include "../../mk/bsd.pkg.mk" |