summaryrefslogtreecommitdiff
path: root/security/pidentd
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-03-06 08:42:28 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-03-06 08:42:28 +0000
commitfdca08cda7fd472e361b01754fb9b9a44f5c3bfd (patch)
treeb21c2dca9fc2998676b54ce3bd293bb4a3bd6b8b /security/pidentd
parentAdded Canna. (diff)
One more tab in a makefile at the wrong place.
Notes
Notes: svn path=/head/; revision=1103
Diffstat (limited to 'security/pidentd')
-rw-r--r--security/pidentd/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab
index b63134c942f8..a24685127c64 100644
--- a/security/pidentd/files/patch-ab
+++ b/security/pidentd/files/patch-ab
@@ -36,3 +36,22 @@
@echo "Please specify the type of system you wish to build for."
@echo "Valid systems are:"
@echo ""
+*** src/Makefile.ORIG Fri Oct 14 17:17:36 1994
+--- src/Makefile Sat Mar 4 22:50:09 1995
+***************
+*** 11,17 ****
+
+ foo:
+ @echo 'Nono! Don't type "make" in this directory, use the one above!'
+!
+ in.identd: identd.o $(COBJS) idecrypt itest
+ $(CC) $(LDFLAGS) -o in.identd identd.o $(COBJS) $(LIBS)
+ @mv in.identd ..
+--- 11,17 ----
+
+ foo:
+ @echo 'Nono! Don't type "make" in this directory, use the one above!'
+!
+ in.identd: identd.o $(COBJS) idecrypt itest
+ $(CC) $(LDFLAGS) -o in.identd identd.o $(COBJS) $(LIBS)
+ @mv in.identd ..