diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-27 21:28:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-27 21:28:43 +0000 |
commit | 07c34713b5d4bbc8f5a63c1a24689fde01076cf4 (patch) | |
tree | 7462db68f52457b9bb25c72bbe02e812f5424a06 /emulators/rtc | |
parent | Add p5-Email-MessageID 1.31, generate world unique message-ids. (diff) |
Use NO_FETCH instead of a gratuitous do-fetch target.
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index fddb23c83e76..97f016f9be4f 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -17,6 +17,7 @@ COMMENT= Kernel module which provides /dev/rtc device support WRKSRC= ${WRKDIR}/files +NO_FETCH= yes USE_LINUX= yes KMODDIR= ${PREFIX}/modules @@ -40,9 +41,6 @@ IGNORE= "Systems prior to 400013 are out of support" IGNORE= "Kernel source files required" .endif -do-fetch: - @${ECHO} "I don't fetch anything..." - do-extract: @${MKDIR} ${WRKSRC} @${SED} -e 's,@@PREFIX@@,${PREFIX},' \ |