summaryrefslogtreecommitdiff
path: root/libc/gtermcap/Makefile.old
diff options
context:
space:
mode:
Diffstat (limited to 'libc/gtermcap/Makefile.old')
-rw-r--r--libc/gtermcap/Makefile.old25
1 files changed, 0 insertions, 25 deletions
diff --git a/libc/gtermcap/Makefile.old b/libc/gtermcap/Makefile.old
deleted file mode 100644
index 453c47a..0000000
--- a/libc/gtermcap/Makefile.old
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Makefile for termcap functions
-#
-
-override DEBUG=false
-override PROFILE=false
-#override CHECKER=false
-JUMP_LIB=libtermcap
-
-TOPDIR=..
-
-include $(TOPDIR)/Makeconfig
-include $(TOPDIR)/Makerules
-
-override STATIC_LIB=$(STATIC_DIR)/libtermcap.a
-override SHARED_LIB=$(SHARED_DIR)/libtermcap.a
-override CHECKER_LIB=$(CHECKER_DIR)/libtermcap.a
-
-DIRS:=
-SRCS = termcap.c tparam.c
-ASMS= $(SRCS:.c=.s)
-OBJS= $(SRCS:.c=.o)
-ALIASES=
-
-include $(TOPDIR)/Maketargets