summaryrefslogtreecommitdiff
path: root/initscript/Makefile.am
blob: 0d102eb55fb6fd4554bcda88eba8a145bfa93d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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