diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-11-10 21:00:14 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-11-10 21:00:14 +0000 |
commit | 24e55bc82e0b0eb888318811bace4d61f285789e (patch) | |
tree | efa7044f24c48a8de41845e625f4b7020911a03a | |
parent | This port isn't broken anymore. (diff) |
Rename - not delete - the mmap test program
Notes
Notes:
svn path=/head/; revision=14455
-rw-r--r-- | devel/sfio/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index 09ac4cefae84..03f894493a1b 100644 --- a/devel/sfio/Makefile +++ b/devel/sfio/Makefile @@ -3,7 +3,7 @@ # Date created: 8 November 1997 # Whom: jraynard # -# $Id: Makefile,v 1.4 1997/12/11 01:09:53 jraynard Exp $ +# $Id: Makefile,v 1.5 1998/11/07 18:04:04 jraynard Exp $ # DISTNAME= sfio_1998 @@ -36,7 +36,8 @@ do-fetch: # Remove a test that's too clever for its own good post-extract: - @${RM} ${WRKDIR}/src/lib/sfio/Sfio_t/tmmap2read.c + @${MV} ${WRKDIR}/src/lib/sfio/Sfio_t/tmmap2read.c \ + ${WRKDIR}/src/lib/sfio/Sfio_t/.tmmap2read.c do-build: @cd ${WRKDIR}/src/lib/sfio && ${MAKE} all -f makefile |