diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2002-08-14 15:56:57 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2002-08-14 15:56:57 +0000 |
commit | dce696905d01accf126c5c04654a707e497e0a98 (patch) | |
tree | 0e84c69a4cdc3d0ee87ffd5f045f960837e58474 /emulators | |
parent | 5e133f9ad11c6c18913ddc0bb2c085be7198b693 (diff) | |
download | ports-dce696905d01accf126c5c04654a707e497e0a98.tar.gz ports-dce696905d01accf126c5c04654a707e497e0a98.zip |
Notes
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 |