diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:30 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:30 +0100 |
| commit | 02d69323d320e0df4d7daa6115ee1ac1239b1a58 (patch) | |
| tree | b83a6b9a01b302117d31476361971212f9fd1750 /initscript/Makefile.am | |
| parent | d31839fb4152978db9734e24c00fbac4f42debb7 (diff) | |
| parent | 9c202e3e860b3be9e1f8882630b69affbb130102 (diff) | |
Merge tag 'upstream/0.9.7.995' into experimental
Upstream version 0.9.7.995
Diffstat (limited to 'initscript/Makefile.am')
| -rw-r--r-- | initscript/Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/initscript/Makefile.am b/initscript/Makefile.am deleted file mode 100644 index 65555e3e..00000000 --- a/initscript/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -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 |