aboutsummaryrefslogtreecommitdiffstats
path: root/security/knock/files/patch-Makefile.in
blob: 0a36bf5117c939a873014811e11e907d302eeadf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./Makefile.in.orig  2005-06-27 07:11:34.000000000 +0200
+++ ./Makefile.in   2011-08-17 13:19:00.000000000 +0200
@@ -15,7 +15,7 @@
 #
 #  You should have received a copy of the GNU General Public License
 #  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
+#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 #  USA.
 #
 
@@ -48,7 +48,7 @@
             $(SRCDIR)knock.c \
             $(SRCDIR)list.c
 
-all: knockd knock man
+all: knockd knock
 
 knockd: $(OBJDIR)knockd.o $(OBJDIR)list.o
    $(CXX) $(OBJDIR)knockd.o $(OBJDIR)list.o -o $@ $(LDFLAGS) -lpcap