summaryrefslogtreecommitdiff
path: root/emulators/rtc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-10 15:06:55 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-10 15:06:55 +0000
commite54eaa34bb5f964aba14d8ad654b71dd86053294 (patch)
treeac9bcf86d2466d7a5e3f7dc2e8684355017ac170 /emulators/rtc
parentFix the configure script that caused a syntax error when no networking. (diff)
Set KMODDEPS=linux in Makefile.
Add $FreeBSD$ tag. Submitted by: Boris Popov <bp@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=32494
Diffstat (limited to 'emulators/rtc')
-rw-r--r--emulators/rtc/Makefile2
-rw-r--r--emulators/rtc/files/Makefile3
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