aboutsummaryrefslogtreecommitdiff
path: root/sysutils/timemon
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-06-29 14:03:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-06-29 14:03:40 +0000
commit9679ed3f3aea80bdd631a2f47334229a2f2d59e0 (patch)
treee0b206582c3d034a1daed6e2304cdc1d39007c22 /sysutils/timemon
parenta308b9041f5e025f69646025cff018d1d88bf481 (diff)
downloadports-9679ed3f3aea80bdd631a2f47334229a2f2d59e0.tar.gz
ports-9679ed3f3aea80bdd631a2f47334229a2f2d59e0.zip
- clean old object files to fix build on all archs
Notes
Notes: svn path=/head/; revision=194460
Diffstat (limited to 'sysutils/timemon')
-rw-r--r--sysutils/timemon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/timemon/Makefile b/sysutils/timemon/Makefile
index 915a55e62079..caf607af627d 100644
--- a/sysutils/timemon/Makefile
+++ b/sysutils/timemon/Makefile
@@ -26,6 +26,6 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/TimeMon
post-patch:
- ${RM} ${WRKSRC}/shared_obj/loadave.o
+ ${RM} ${WRKSRC}/shared_obj/*.*
.include <bsd.port.mk>