summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorroy <roy@NetBSD.org>2010-02-03 15:34:37 +0000
committerroy <roy@NetBSD.org>2010-02-03 15:34:37 +0000
commit98eb889579a5572baa8ffa4149f58180870bc0ce (patch)
tree856a36e2c97d4547e2687bd9cfa22eea1c277668 /compat
parent4ca00e00d84c6d6fe8dddcfc20bbb3204c93d655 (diff)
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
Diffstat (limited to 'compat')
-rw-r--r--compat/lib/libterminfo/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/compat/lib/libterminfo/Makefile b/compat/lib/libterminfo/Makefile
new file mode 100644
index 00000000000..682ceb1c4ca
--- /dev/null
+++ b/compat/lib/libterminfo/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1 2010/02/03 15:34:37 roy Exp $
+# Generated from: NetBSD: build-makefiles,v 1.7 2009/07/21 00:23:02 mrg Exp
+
+NOLINT= # defined
+NOMAN= # defined
+NONLS= # defined
+NOINFO= # defined
+NOSHARE= # defined
+
+NOCHECKVER= # defined
+
+.include <bsd.obj.mk>
+
+# Resolve pathnames in variables.
+_RESOLVE_VARS= CFLAGS CPPFLAGS DPADD LDADD LIBDPLIBS LIB_ROOT_DIR
+.for var in ${_RESOLVE_VARS}
+${var}:= ${${var}}
+.endfor
+
+.include <bsd.own.mk>
+
+_CURDIR:= ${.CURDIR}
+
+.PATH: ${NETBSDSRCDIR}/lib/libterminfo
+.CURDIR:=${NETBSDSRCDIR}/lib/libterminfo
+
+.include "${NETBSDSRCDIR}/compat/Makefile.compat"
+.include "${.CURDIR}/Makefile"
+
+# Resolve pathnames from "real" Makefile, and switch .CURDIR back.
+_RESOLVE_VARS= CFLAGS CPPFLAGS DPADD LDADD ARCHDIR COMPATDIR COMPATARCHDIR LIBCDIR RPC_INCS RPC_XDIR LIBTIDIR MODOBJDIR RUMPTOP
+.for var in ${_RESOLVE_VARS}
+${var}:= ${${var}}
+.endfor
+
+.CURDIR:= ${_CURDIR}
+.undef _CURDIR