The following commit has been merged in the master branch: commit 49ca541cf87d89c96e0df4c6d0fcbd1c4e45f110 Author: Mirko Vogt datenmaulwurf@nanl.de Date: Wed Aug 30 23:59:49 2006 +0200
Darwin-compatible
diff --git a/Makefile b/Makefile index b876def..f23f72e 100755 --- a/Makefile +++ b/Makefile @@ -26,6 +26,10 @@ ifeq ($(UNAME),Linux) OS_OBJ= linux.o endif
+ifeq ($(UNAME),Darwin) +OS_OBJ= freebsd.o +endif + ifeq ($(UNAME),FreeBSD) OS_OBJ= freebsd.o endif