Silence some unused variable warnings in tests/condition.[im]pure.lisp
[sbcl.git] / contrib / sb-bsd-sockets / Makefile
index 0cfab33..c1335eb 100644 (file)
@@ -1,18 +1,2 @@
 SYSTEM=sb-bsd-sockets
-CC=gcc
-export CC
-
-all: 
-       $(MAKE) -C ../asdf
-       echo "(asdf:operate 'asdf:load-op :$(SYSTEM))" | \
-         $(SBCL) --eval '(load "../asdf/asdf")'
-
-test: all
-       echo "(asdf:operate 'asdf:load-op :$(SYSTEM)) \
-             (or (rt:do-tests) (error \"test failed, cannot install\"))" | \
-         $(SBCL) --eval '(load "../asdf/asdf")'
-
-
-install:
-       tar cf - . | ( cd $(INSTALL_DIR) && tar xpvf - )
-       ( cd  $(SBCL_HOME)/systems && ln -fs ../$(SYSTEM)/$(SYSTEM).asd . )
+include ../asdf-module.mk