summaryrefslogtreecommitdiff
path: root/editors/emacs23/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs23/Makefile.common')
-rw-r--r--editors/emacs23/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"