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