From c311df4588eae7ca5dfcb35356f6ec0f21955bbe Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 14 Mar 2001 11:03:40 +0000 Subject: Define USE_LINUX, as linux_base must be installed prior to this port. --- emulators/rtc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emulators/rtc') diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index d11d4d6a9d15..f731802dd030 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -15,6 +15,8 @@ MAINTAINER= freebsd-emulation@FreeBSD.org WRKSRC= ${WRKDIR}/files +USE_LINUX= yes + KMODDIR= ${PREFIX}/modules CDEV_MAJOR= 202 @@ -29,7 +31,7 @@ SRC_BASE?= /usr/src .include .if ${OSVERSION} < 400013 -BROKEN= "Systems prior to 400013 is out of support" +BROKEN= "Systems prior to 400013 are out of support" .endif .if !exists(${SRC_BASE}/sys/Makefile) -- cgit