diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 01:36:18 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 01:36:18 +0000 |
commit | f9628f732f3ee0a702facc06e4a8ad0c3c8bb841 (patch) | |
tree | 4968ba9e14383e07d12b3afa498e7c6f6effd2e3 /graphics | |
parent | giflib is now converted to ELF so remove regexp support. (diff) |
Unspam---Remove test target that accidentally slipped in.
Notes
Notes:
svn path=/head/; revision=13233
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/EZWGL/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 7c1605a33eee..dad791633973 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.8 1998/09/15 11:45:51 asami Exp $ +# $Id: Makefile,v 1.9 1998/09/19 01:27:52 hoek Exp $ # DISTNAME= EZWGL-1.39 @@ -21,9 +21,6 @@ WRKSRC= ${WRKDIR}/${PKGNAME} .include "files/manpages" -checkm: - @echo ${_MLINKS} - pre-install: -@ ${RM} ${WRKSRC}/examples/Makefile.orig -@ ${RM} ${WRKSRC}/examples/ExampleMsg |