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 dbd16330f..8d17af55b 100644 --- a/package/iostat/iostat.mk +++ b/package/iostat/iostat.mk @@ -30,4 +30,4 @@ define IOSTAT_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/share/man/man8/iostat.8 endef -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) |