summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/emacs-snapshot/Makefile.common4
-rw-r--r--editors/emacs23/Makefile.common4
-rw-r--r--editors/emacs24/Makefile.common4
-rw-r--r--editors/emacs25/Makefile.common4
4 files changed, 8 insertions, 8 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common
index 6307cc9db5f..94952d9cdcf 100644
--- a/editors/emacs-snapshot/Makefile.common
+++ b/editors/emacs-snapshot/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.68 2015/07/21 14:32:18 mef Exp $
+# $NetBSD: Makefile.common,v 1.69 2016/12/31 14:16:14 wiz Exp $
#
# used by editors/emacs-snapshot/Makefile
@@ -58,7 +58,7 @@ CHECK_WRKREF_SKIP+= bin/emacs-${EMACS_VERSION}
CPPFLAGS+= -DDFLY_CRT_USRLIB
.endif
-.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
.include "../../mk/curses.buildlink3.mk"
.else
.include "../../mk/termcap.buildlink3.mk"
diff --git a/editors/emacs23/Makefile.common b/editors/emacs23/Makefile.common
index 701ad04c805..4c87f411179 100644
--- a/editors/emacs23/Makefile.common
+++ b/editors/emacs23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2016/02/25 12:22:40 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.8 2016/12/31 14:16:14 wiz Exp $
#
# used by editors/emacs23/Makefile
# used by editors/emacs23-nox11/Makefile
@@ -70,7 +70,7 @@ fake-libgcc:
.if (${OPSYS} == "NetBSD") && exists(/usr/include/term.h)
CPPFLAGS+= -DTERMINFO
-.elif ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
.include "../../mk/curses.buildlink3.mk"
.else
.include "../../mk/termcap.buildlink3.mk"
diff --git a/editors/emacs24/Makefile.common b/editors/emacs24/Makefile.common
index 096e8b5f3db..ebe09a2da8f 100644
--- a/editors/emacs24/Makefile.common
+++ b/editors/emacs24/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2016/12/03 05:00:46 marino Exp $
+# $NetBSD: Makefile.common,v 1.14 2016/12/31 14:16:14 wiz Exp $
#
# used by editors/emacs24/Makefile
# used by editors/emacs24-nox11/Makefile
@@ -68,7 +68,7 @@ fake-libgcc:
.if (${OPSYS} == "NetBSD") && exists(/usr/include/term.h)
CPPFLAGS+= -DTERMINFO
-.elif ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
.include "../../mk/curses.buildlink3.mk"
.else
.include "../../mk/termcap.buildlink3.mk"
diff --git a/editors/emacs25/Makefile.common b/editors/emacs25/Makefile.common
index 298099a81eb..9ab1b8f1821 100644
--- a/editors/emacs25/Makefile.common
+++ b/editors/emacs25/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2016/09/18 13:36:18 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2016/12/31 14:16:14 wiz Exp $
#
# used by editors/emacs25/Makefile
# used by editors/emacs25-nox11/Makefile
@@ -64,7 +64,7 @@ fake-libgcc:
.if (${OPSYS} == "NetBSD") && exists(/usr/include/term.h)
CPPFLAGS+= -DTERMINFO
-.elif ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
.include "../../mk/curses.buildlink3.mk"
.else
.include "../../mk/termcap.buildlink3.mk"