diff options
Diffstat (limited to 'package/iostat')
-rw-r--r-- | package/iostat/iostat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iostat/iostat.mk b/package/iostat/iostat.mk index de7e1ff74..83eea07ae 100644 --- a/package/iostat/iostat.mk +++ b/package/iostat/iostat.mk @@ -28,4 +28,4 @@ define IOSTAT_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/share/man/man8/iostat.8 endef -$(eval $(call GENTARGETS,package,iostat)) +$(eval $(call GENTARGETS)) |