aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>