summary refs log tree commit diff
path: root/bin/html.mk
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-22 18:46:14 -0400
committerJune McEnroe <june@causal.agency>2021-09-22 18:46:14 -0400
commitdc173ca9c660f775675d6c712f82dcedccdf9db0 (patch)
tree704644a1574a1b9361649a18db498641c7cff9d5 /bin/html.mk
parentCall sandbox in CGI mode (diff)
downloadsrc-dc173ca9c660f775675d6c712f82dcedccdf9db0.tar.gz
src-dc173ca9c660f775675d6c712f82dcedccdf9db0.zip
Remove Linux-specific utilities
I haven't used these in ages.
Diffstat (limited to 'bin/html.mk')
-rw-r--r--bin/html.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/html.mk b/bin/html.mk
index 92baed46..c1f85595 100644
--- a/bin/html.mk
+++ b/bin/html.mk
@@ -4,7 +4,6 @@ HTMLS = index.html png.html
 HTMLS += ${BINS:=.html}
 HTMLS += ${BSD:=.html}
 HTMLS += ${GAMES:=.html}
-HTMLS += ${LINUX:=.html}
 HTMLS += ${TLS:=.html}
 
 html: ${HTMLS}