aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44a09c1..5f8e031 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ FINAL_DEPS = genkernel.conf \
path_expander.py
SOFTWARE = BCACHE_TOOLS \
- BOOST \
+ BOOST \
BTRFS_PROGS \
BUSYBOX \
COREUTILS \
@@ -219,3 +219,5 @@ install: all
install -d $(DESTDIR)/$(MANDIR)
install $(BUILD_DIR)/genkernel.8 $(DESTDIR)/$(MANDIR)/man8
+# No trailing blank lines please.
+# vim:ft=make: