sendip (2.5-3) Makefile

Summary

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- sendip-2.5.orig/Makefile
+++ sendip-2.5/Makefile
@@ -31,7 +31,7 @@
 
 #there has to be a nice way to do this
 sendip:	sendip.o	gnugetopt.o gnugetopt1.o compact.o
-	sh -c "if [ `uname` = Linux ] ; then \
+	sh -c "if [ `uname` = Linux -o `uname` = GNU/kFreeBSD ] ; then \
 $(CC) -o $@ $(LDFLAGS_LINUX) $(CFLAGS) $+ ; \
 elif [ `uname` = SunOS ] ; then \
 $(CC) -o $@ $(LDFLAGS_SOLARIS) $(CFLAGS) $+ ;\