freebsd-ports/security/unicornscan/files/patch-Makefile
Niels Heinen e67b0f6574 New port: unicornscan, a UDP and TCP portscanner that can be used
for information gathering using fingerprinting (p0f based) and
banner grabbing techniques.

PR:		ports/72752
Submitted by:	Jon Passki <cykyc(at)yahoo.com>
Approved by:	nectar (mentor)
2005-01-11 10:24:37 +00:00

8 lines
162 B
Text

--- Makefile.orig Mon Oct 4 23:22:49 2004
+++ Makefile Mon Oct 4 23:22:55 2004
@@ -1,4 +1,4 @@
-default:
+all default:
(cd libs && make)
(cd src && make)