diff options
-rw-r--r-- | emulators/rtc/Makefile | 2 | ||||
-rw-r--r-- | emulators/rtc/files/Makefile | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 0e3ca74c995d..b20a7acfd7cb 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rtc -PORTVERSION= 2000.08.24 +PORTVERSION= 2000.09.11 CATEGORIES= emulators linux MASTER_SITES= # none DISTFILES= # none diff --git a/emulators/rtc/files/Makefile b/emulators/rtc/files/Makefile index 4176d4fba0fb..e9f8b89ff0dd 100644 --- a/emulators/rtc/files/Makefile +++ b/emulators/rtc/files/Makefile @@ -22,10 +22,13 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # +# $FreeBSD$ +# SYS?= /sys NOMAN= YES KMOD= rtc +KMODDEPS= linux CDEV_MAJOR?= 202 DEVNAME= ${KMOD} SRCS= rtc.c rtc_linux.c vnode_if.h |