diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-06 16:42:28 +0800 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-06 16:42:28 +0800 |
commit | fdca08cda7fd472e361b01754fb9b9a44f5c3bfd (patch) | |
tree | b21c2dca9fc2998676b54ce3bd293bb4a3bd6b8b /security | |
parent | 0baa5e54c7dc388d2e5a77e39953826b63ad37f9 (diff) | |
download | freebsd-ports-gnome-fdca08cda7fd472e361b01754fb9b9a44f5c3bfd.tar.gz freebsd-ports-gnome-fdca08cda7fd472e361b01754fb9b9a44f5c3bfd.tar.zst freebsd-ports-gnome-fdca08cda7fd472e361b01754fb9b9a44f5c3bfd.zip |
One more tab in a makefile at the wrong place.
Diffstat (limited to 'security')
-rw-r--r-- | security/pidentd/files/patch-ab | 19 |
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 .. |