diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 17:22:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 17:22:24 +0000 |
commit | 8b3cd773ff016fff7057a1a40ce23df371e5fbbe (patch) | |
tree | 8ea908c5ea8d4ab894559c97b5aae2897bb1a4fd /emulators/rtc | |
parent | (null-commit) (diff) |
Use LINUXBASE/USE_LINUX variables.
This is only a cosmetic change, so there's no need to reinstall your
installation(s).
Notes
Notes:
svn path=/head/; revision=33019
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index ec92a8215c7a..018f24beb38e 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -15,11 +15,10 @@ MAINTAINER= freebsd-emulation@FreeBSD.org WRKSRC= ${WRKDIR}/files -LINUX_DIR= /compat/linux KMODDIR= ${PREFIX}/modules CDEV_MAJOR= 202 -DEVDIR= ${LINUX_DIR}/dev +DEVDIR= ${LINUXBASE}/dev STARTUP= rtc.sh MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}" |