]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/Makefile.in
Add configure bat QWT libraries, so that bat can be built
[bacula/bacula] / bacula / platforms / Makefile.in
index 046e4f123916bd6ffa3d44296e272e135bdf2cc1..103cd034d0544574f3e528ee721119fc889d0918 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 alpha
+         debian darwin aix bsdi mandrake slackware alpha ubuntu
 
 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: