summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-05-05 13:08:30 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-05-05 13:08:30 +0000
commit217c24e73ed4b7c2a0986b9cd38b447c4add9839 (patch)
treecd1b8b757b16600f1adf05a8bdf711207ca3576a /emulators
parentDisable IMAP support again. It shouldn't have been enabled. IMAP (diff)
The rtc module depends on linux (for -current)
Notes
Notes: svn path=/head/; revision=28303
Diffstat (limited to 'emulators')
-rw-r--r--emulators/rtc/files/rtc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/rtc/files/rtc.c b/emulators/rtc/files/rtc.c
index 9623b2f2ac27..95681ce5bdc0 100644
--- a/emulators/rtc/files/rtc.c
+++ b/emulators/rtc/files/rtc.c
@@ -42,6 +42,10 @@
#include "rtc.h"
+#ifdef MODULE_DEPEND
+MODULE_DEPEND(rtc, linux, 1, 1, 1);
+#endif
+
#define CDEV_MAJOR 202
#if defined(CDEV_MAJOR_) && CDEV_MAJOR != CDEV_MAJOR_
#error "CDEV_MAJOR != CDEV_MAJOR_"