1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/scanssh/files/patch-ab
Kris Kennaway 9f71558923 scanssh 1.2 is a utility which scans a subnet and reports on the
installed versions of SSH it finds.
2000-09-08 10:04:18 +00:00

10 lines
326 B
Plaintext

--- Makefile.in.orig Thu Sep 7 08:36:00 2000
+++ Makefile.in Fri Sep 8 02:58:02 2000
@@ -1,5 +1,5 @@
# Thanks for Dug Song for configure magic.
-CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE
+CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE -DPREFIX=\"@prefix@\"
CC= @CC@
PROG= scanssh
BINOWN= root