summaryrefslogtreecommitdiff
path: root/security/hydra/patches/patch-aa
blob: dafb2d41189d3a836441f9549b61f2ac10d39824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aa,v 1.4 2008/08/31 10:54:52 adrianp Exp $

--- Makefile.am.orig	2006-05-05 15:10:44.000000000 +0100
+++ Makefile.am
@@ -33,17 +33,12 @@ EXTRA_DIST = README README.arm README.pa
              hydra-mod.h hydra.h crc32.h d3des.h md4.h
 
 all:	pw-inspector hydra $(XHYDRA_SUPPORT) 
-	@echo
-	@echo Now type "make install"
 
 hydra:	$(OBJ)
 	$(CC) $(OPTS) $(LIBS) -o $(BIN) $(OBJ) $(LIBS) $(XLIBS) $(XLIBPATHS) || echo -e "\nIF YOU RECEIVED THE ERROR MESSAGE \"cannot find -lpq\" DO THE FOLLOWING:\n  make clean; ./configure\n  vi Makefile    <- and remove the \"-lpq\" and \"-DLIBPOSTGRES\" statements\n  make\n"
-	@echo
-	@echo If men could get pregnant, abortion would be a sacrament
-	@echo
 
 xhydra:	
-	-cd hydra-gtk && ./make_xhydra.sh
+	# -cd hydra-gtk && ./make_xhydra.sh
 
 pw-inspector: pw-inspector.c
 	-$(CC) $(OPTS) -o pw-inspector pw-inspector.c