1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Set KMODDEPS=linux in Makefile.

Add $FreeBSD$ tag.

Submitted by:	Boris Popov <bp@FreeBSD.org>
This commit is contained in:
Akinori MUSHA 2000-09-10 15:06:55 +00:00
parent 36df7f0db6
commit e54eaa34bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32494
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= rtc
PORTVERSION= 2000.08.24
PORTVERSION= 2000.09.11
CATEGORIES= emulators linux
MASTER_SITES= # none
DISTFILES= # none

View File

@ -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