summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 59d1151..f7def4e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,15 +3,14 @@ PACKAGE=acf-$(APP_NAME)
VERSION=2.0_alpha3
APP_DIST=\
-openntpd-advanced-html.lsp \
openntpd-controller.lua \
-openntpd-logfile-html.lsp \
openntpd-model.lua \
-openntpd-read-html.lsp \
-openntpd-settings-html.lsp \
+openntpd-config-html.lsp \
+openntpd-expert-html.lsp \
+openntpd-logfile-html.lsp \
+openntpd-status-html.lsp \
openntpd.menu
-
EXTRA_DIST=README Makefile config.mk
DISTFILES=$(APP_DIST) $(EXTRA_DIST)