mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 04:50:07 +01:00
21 lines
225 B
Makefile
21 lines
225 B
Makefile
SUBDIRS=keyfile
|
|
|
|
if TARGET_REDHAT
|
|
SUBDIRS+=ifcfg-rh
|
|
endif
|
|
|
|
if TARGET_SUSE
|
|
SUBDIRS+=ifcfg-suse
|
|
endif
|
|
|
|
if TARGET_MANDRIVA
|
|
SUBDIRS+=ifcfg-rh
|
|
endif
|
|
|
|
if TARGET_DEBIAN
|
|
SUBDIRS+=ifupdown
|
|
endif
|
|
|
|
if TARGET_GENTOO
|
|
SUBDIRS+=ifnet
|
|
endif
|