summaryrefslogtreecommitdiffstats
path: root/hwclock/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hwclock/Makefile.am')
-rw-r--r--hwclock/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/hwclock/Makefile.am b/hwclock/Makefile.am
new file mode 100644
index 000000000..562d294f2
--- /dev/null
+++ b/hwclock/Makefile.am
@@ -0,0 +1,7 @@
+include $(top_srcdir)/config/include-Makefile.am
+
+man_MANS = hwclock.8
+
+sbin_PROGRAMS = hwclock
+
+hwclock_SOURCES = hwclock.c cmos.c rtc.c kd.c \ No newline at end of file