patch-Makefile_in 572 B

1234567891011121314
  1. $OpenBSD: patch-Makefile_in,v 1.1 2008/01/29 07:49:57 jakob Exp $
  2. --- Makefile.in.orig Mon Jan 28 10:04:29 2008
  3. +++ Makefile.in Mon Jan 28 10:04:12 2008
  4. @@ -79,7 +79,8 @@ bin_PROGRAMS = scanssh
  5. scanssh_SOURCES = scanssh.c atomicio.c exclude.c connecter.c xmalloc.c interface.c socks.c http.c telnet.c exclude.h interface.h scanssh.h socks.h xmalloc.h
  6. scanssh_LDADD = @LIBOBJS@ @PCAPLIB@ @EVENTLIB@ @DNETLIB@
  7. -CFLAGS = -O2 -Wall -g
  8. +CFLAGS ?= -O2 -g
  9. +CFLAGS += -Wall
  10. INCLUDES = -I$(top_srcdir)/@DNETCOMPAT@ -I$(top_srcdir)/compat @EVENTINC@ @PCAPINC@ @DNETINC@