diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-10 15:06:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-10 15:06:55 +0000 |
commit | e54eaa34bb5f964aba14d8ad654b71dd86053294 (patch) | |
tree | ac9bcf86d2466d7a5e3f7dc2e8684355017ac170 /emulators/rtc | |
parent | 36df7f0db6958727a013fa857c264e605ed74adf (diff) | |
download | ports-e54eaa34bb5f964aba14d8ad654b71dd86053294.tar.gz ports-e54eaa34bb5f964aba14d8ad654b71dd86053294.zip |
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/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 |