2004-11-12 18:49:33 +00:00
|
|
|
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
|
2005-06-15 11:59:43 +00:00
|
|
|
if TARGET_SUSE
|
|
|
|
|
SUBDIRS += SUSE
|
|
|
|
|
endif
|