diff options
author | wosch <wosch@FreeBSD.org> | 1998-11-10 21:00:14 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-11-10 21:00:14 +0000 |
commit | 9b6609855fd281740130c422dc5677e678ef1e53 (patch) | |
tree | 023ead6271f48e653be160f81220f108f359e8f4 /devel/sfio | |
parent | ccc94027f65094c7cb99de1e3e0ac5689c73da5f (diff) | |
download | FreeBSD-ports-9b6609855fd281740130c422dc5677e678ef1e53.zip FreeBSD-ports-9b6609855fd281740130c422dc5677e678ef1e53.tar.gz |
Rename - not delete - the mmap test program
Diffstat (limited to 'devel/sfio')
-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 09ac4ce..03f8944 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 |