mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 20:40:06 +01:00
* initscript/Makefile.am * initscript/Debian/NetworkManager * initscript/Gentoo/NetworkManager * initscript/RedHat/NetworkManager * initscript/NMLaunchHelper.c - Remove NMLaunchHelper, if you need to wait until the network comes up, use the dead code from CVS. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@332 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
13 lines
181 B
Makefile
13 lines
181 B
Makefile
SUBDIRS =
|
|
if TARGET_REDHAT
|
|
SUBDIRS += RedHat
|
|
endif
|
|
if TARGET_GENTOO
|
|
SUBDIRS += Gentoo
|
|
endif
|
|
if TARGET_DEBIAN
|
|
SUBDIRS += Debian
|
|
endif
|
|
if TARGET_SLACKWARE
|
|
SUBDIRS += Slackware
|
|
endif
|