Commit a3082f7d authored by Chie Taguchi's avatar Chie Taguchi
Browse files

add Freebsd setting

parent c8127a29
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -50,6 +50,13 @@ INCLUDES = -I.
FLAGS2 = 
endif

# FreeBSD
ifneq (, $(findstring freebsd, $(SYS)))
LIBS = -lpcap -lm -pthread
INCLUDES = -I.
FLAGS2 =
endif

# this works on llvm or real gcc
CC = gcc