summaryrefslogtreecommitdiff
path: root/initscript/Makefile.am
blob: 65555e3eff207624104cbecda653714d216db29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
if TARGET_SUSE
SUBDIRS += SUSE
endif
if TARGET_ARCH
SUBDIRS += Arch
endif
if TARGET_PALDO
SUBDIRS += paldo
endif
if TARGET_MANDRIVA
SUBDIRS += Mandriva
endif
if TARGET_LINEXA
SUBDIRS += linexa
endif