r9094: freebsd changes
[clsql.git] / clsql-mysql.asd
index 62945386fdacf30519241d7c6cdf3f3ad25db810..72b961f0108b54e10a399d70ac3c4fc23e35075b 100644 (file)
@@ -53,7 +53,8 @@
 (defmethod perform ((o compile-op) (c clsql-mysql-source-file))
   #-(or win32 mswindows)
   (unless (zerop (run-shell-command
-                 "cd ~A; make"
+                 #-freebsd "cd ~A; make"
+                 #+freebsd "cd ~A; gmake"
                  (namestring (make-pathname :name nil
                                             :type nil
                                             :directory *library-file-dir*))))