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 e52328440..c3a4d81d9 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -22,3 +22,9 @@ PROGRAM=apt-config
SLIBS = -lapt-pkg
SOURCE = apt-config.cc
include $(PROGRAM_H)
+
+# The apt-cdrom program
+PROGRAM=apt-cdrom
+SLIBS = -lapt-pkg
+SOURCE = apt-cdrom.cc
+include $(PROGRAM_H)