diff options
Diffstat (limited to 'system-settings/plugins/Makefile.am')
| -rw-r--r-- | system-settings/plugins/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system-settings/plugins/Makefile.am b/system-settings/plugins/Makefile.am index 94f75600..5df57d5e 100644 --- a/system-settings/plugins/Makefile.am +++ b/system-settings/plugins/Makefile.am @@ -15,3 +15,7 @@ endif if TARGET_DEBIAN SUBDIRS+=ifupdown endif + +if TARGET_GENTOO +SUBDIRS+=ifnet +endif |