]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/Makefile.in
Tweak retweak previous patch
[bacula/bacula] / bacula / platforms / Makefile.in
index a31517717e5a3f6b9fced73d7afc91517b4cd376..afdb9c866f922b2a56b2d01cfc015d7c6e9201c5 100644 (file)
@@ -1,4 +1,7 @@
 #
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
 # This is the makefile template for the platform directory
 # which contains general platform installation.
 #
@@ -11,8 +14,8 @@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL = @INSTALL@
 
-SUBDIRS = freebsd redhat solaris unknown openbsd irix gentoo \
-         darwin aix bsdi mandrake
+SUBDIRS = hurd freebsd redhat solaris unknown openbsd osx irix gentoo \
+         debian darwin aix bsdi mandrake slackware alpha ubuntu systemd
 
 MAKE = make
 
@@ -87,16 +90,14 @@ clean:
                    (cd $${subdir}; $(MAKE) clean) \
            fi; \
        done
-       rm -f 1 2 3
+       @rm -f 1 2 3
 
 distclean:
        @rm -f Makefile
-       @rm -rf CVS
        @for subdir in ${SUBDIRS}; do \
            if [ -f $${subdir}/Makefile ]; then \
                     (cd $${subdir}; $(MAKE) distclean) \
            fi; \
-           (cd $${subdir}; rm -rf CVS) \
        done
 
 devclean: