summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline/makefile')
-rw-r--r--cmdline/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmdline/makefile b/cmdline/makefile
index 8d284c2f3..2a5bdfbea 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -53,6 +53,12 @@ TO=$(BIN)
TARGET=program
include $(COPY_H)
+# The apt-mark program
+SOURCE=apt-mark
+TO=$(BIN)
+TARGET=program
+include $(COPY_H)
+
# The apt-key program
SOURCE=apt-report-mirror-failure
TO=$(BIN)