Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed Aug 24, 2014
1 parent f1c360f commit d9b005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif
# my regularly regression-test environment. That means at any point
# in time, something might be minorly broken in Mac OS X.
ifneq (, $(findstring darwin, $(SYS)))
LIBS = -lpcap -lm -rdynamic
LIBS = -lpcap -lm
INCLUDES = -I.
FLAGS2 =
INSTALL_DATA = -pm755
Expand Down

0 comments on commit d9b005d

Please sign in to comment.