diff options
author | joe <joe@FreeBSD.org> | 2002-08-14 23:56:57 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-08-14 23:56:57 +0800 |
commit | cd8f5c8376436e1879409c5dd8af7353801539c4 (patch) | |
tree | 9c21b7b92b0a5f54aeb90a949ec87dab1c855491 /emulators | |
parent | 61596d6fe4b3b35d9e45d23b7763040f8bd08366 (diff) | |
download | freebsd-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/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 |