summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/.gitignore1
-rw-r--r--bin/Makefile7
2 files changed, 1 insertions, 7 deletions
diff --git a/bin/.gitignore b/bin/.gitignore
index a8d641b5..e695e844 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -26,7 +26,6 @@ ptee
 quick
 relay
 scheme
-scheme.h
 shotty
 sup
 tags
diff --git a/bin/Makefile b/bin/Makefile
index f44d3026..8b7de4b9 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -77,7 +77,7 @@ tls: ${TLS}
 
 IGNORE = *.o *.html
 IGNORE += ${BINS} ${BSD} ${GAMES} ${TLS}
-IGNORE += scheme.h tags htmltags
+IGNORE += tags htmltags
 
 .gitignore: Makefile
 	echo config.mk '${IGNORE}' | tr ' ' '\n' | sort > $@
@@ -134,11 +134,6 @@ hilex: ${OBJS.hilex}
 
 ${OBJS.hilex}: hilex.h
 
-fbatt.o fbclock.o: scheme.h
-
 psf2png.o scheme.o: png.h
 
-scheme.h: scheme
-	./scheme -c > $@
-
 include html.mk
ss='logheader'>2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe