$NetBSD: patch-ab,v 1.1 2002/04/04 20:56:39 agc Exp $

hping needs to run as root, even for -v. For non-root builds, comment this part out.

--- Makefile.in	2002/04/04 20:54:28	1.1
+++ Makefile.in	2002/04/04 20:54:42
@@ -35,7 +35,7 @@
 hping2: byteorder.h $(OBJ)
 	$(CC) -o hping2 $(CCOPT) $(DEBUG) $(OBJ) $(PCAP) @SOLARISLIB@
 	@echo
-	./hping2 -v
+	#./hping2 -v
 	@echo "use \`make strip' to strip hping2 binary"
 	@echo "use \`make install' to install hping2"
 
