diff options
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/files/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/rtc/files/Makefile b/emulators/rtc/files/Makefile index e9f8b89ff0dd..7dbb2a3b78f1 100644 --- a/emulators/rtc/files/Makefile +++ b/emulators/rtc/files/Makefile @@ -28,7 +28,9 @@ SYS?= /sys NOMAN= YES KMOD= rtc +.if ${OSVERSION} < 500002 KMODDEPS= linux +.endif CDEV_MAJOR?= 202 DEVNAME= ${KMOD} SRCS= rtc.c rtc_linux.c vnode_if.h |