summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-24 19:05:56 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-24 19:05:56 (GMT)
commit8609d180a724faa5161bb2a7ed69e18bd71980f4 (patch)
treee057f6a16595ee77e2587a3dd91fb203336e6b69 /ds9
parent508a62b0e576fcc850fb702b6275ab204ca94ece (diff)
downloadblt-8609d180a724faa5161bb2a7ed69e18bd71980f4.zip
blt-8609d180a724faa5161bb2a7ed69e18bd71980f4.tar.gz
blt-8609d180a724faa5161bb2a7ed69e18bd71980f4.tar.bz2
support https via tls
Diffstat (limited to 'ds9')
-rw-r--r--ds9/make.include6
1 files changed, 6 insertions, 0 deletions
diff --git a/ds9/make.include b/ds9/make.include
index b6c94c6..6182249 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -20,6 +20,12 @@ $(LIBDIR)/cmaps : $(prefix)/ds9/cmaps
$(LIBDIR)/template : $(prefix)/ds9/template
cp -prf $? "$@"
+#--------------------------tls
+
+$(LIBDIR)/tls : $(prefix)/tls/*.tcl
+ mkdir -p "$@"
+ cp -prf $? "$@"
+
#--------------------------tkblt
$(LIBDIR)/tkblt : $(prefix)/tkblt/library/*.tcl