]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/Makefile.in
ebl add joberrors to job record
[bacula/bacula] / bacula / platforms / Makefile.in
index 2084f84b1db1ea529160a971cdea0193172ec3a5..d0808e9768f4c845e24ff94a73ea9cfb6a32e3f5 100644 (file)
@@ -12,7 +12,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL = @INSTALL@
 
 SUBDIRS = freebsd redhat solaris unknown openbsd irix gentoo \
-         darwin aix bsdi mandrake slackware
+         darwin aix bsdi mandrake slackware alpha
 
 MAKE = make
 
@@ -91,12 +91,10 @@ clean:
 
 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: