--- Makefile	Mon Apr 26 23:28:21 2004
+++ Makefile.new	Tue Apr 27 15:36:05 2004
@@ -7,8 +7,8 @@
 	ar rcs $(LIBNAME) $(OBJS)
 
 install: $(LIBNAME)
-	cp halloc.h /usr/include
-	cp $(LIBNAME) /usr/lib
+	cp halloc.h ${prefix}/include
+	cp $(LIBNAME) ${prefix}/lib
 
 clean:
 	rm -f $(LIBNAME) $(OBJS)
