aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-08-14 23:56:57 +0800
committerjoe <joe@FreeBSD.org>2002-08-14 23:56:57 +0800
commitcd8f5c8376436e1879409c5dd8af7353801539c4 (patch)
tree9c21b7b92b0a5f54aeb90a949ec87dab1c855491 /emulators
parent61596d6fe4b3b35d9e45d23b7763040f8bd08366 (diff)
downloadfreebsd-ports-gnome-cd8f5c8376436e1879409c5dd8af7353801539c4.tar.gz
freebsd-ports-gnome-cd8f5c8376436e1879409c5dd8af7353801539c4.tar.zst
freebsd-ports-gnome-cd8f5c8376436e1879409c5dd8af7353801539c4.zip
Current doesn't use KMODDEPS.
Submitted by: Mark Santcroos <marks@ripe.net>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/rtc/files/Makefile2
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