From 49488c0107d1382c65ba9047c38d3a0a160233e0 Mon Sep 17 00:00:00 2001 From: Adrien Schildknecht Date: Tue, 2 Jul 2013 02:41:20 +0200 Subject: add BSD support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59c94c5..ef4252b 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ ifeq ($(UNAME), Linux) CFLAGS += -DLINUX else ifeq ($(UNAME), FreeBSD) - CFLAGS += -I/usr/local/include/ -DFREEBSD - LDFLAGS += -L/usr/local/lib -lprocstat + CFLAGS += -I/usr/local/include/ -DBSD + LDFLAGS += -L/usr/local/lib -lutil else $(error Operating System not supported.) endif -- cgit v1.2.3