diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2020-09-01 19:24:29 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2020-09-01 19:24:29 +0000 |
| commit | 83f7ef0a7d829d3eb99ded3f35d7518b0059d16d (patch) | |
| tree | 5a01d08c2e0587fee7688eee1885990c297355d2 /net/rdist6/files/patch-src-Makefile.real | |
| parent | rdist6 fails to hardlink files with whitespace in them. This (diff) | |
Regen patches using makepatch.
Notes
Notes:
svn path=/head/; revision=547290
Diffstat (limited to 'net/rdist6/files/patch-src-Makefile.real')
| -rw-r--r-- | net/rdist6/files/patch-src-Makefile.real | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/rdist6/files/patch-src-Makefile.real b/net/rdist6/files/patch-src-Makefile.real deleted file mode 100644 index a38e721e7be0..000000000000 --- a/net/rdist6/files/patch-src-Makefile.real +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.real.orig 1998-11-09 20:03:46.000000000 -0800 -+++ src/Makefile.real 2014-05-29 19:25:12.420724836 -0700 -@@ -8,7 +8,7 @@ - # $Id: Makefile.real,v 1.12 1998/11/10 04:03:46 mcooper Exp $ - # - --IN_ARGS = -c -g ${BIN_GROUP} -+IN_ARGS = -c - - HFILES = ../config/config.h ../config/config-data.h \ - ../config/config-def.h ../config/os-$(OS).h \ -@@ -52,9 +52,9 @@ - $(COMMONOBJS) $(MISSINGOBJS) - - install: -- $(INSTALL) ${IN_ARGS} -o $(BIN_OWNER) -m ${RDIST_MODE} \ -+ $(INSTALL) ${IN_ARGS} \ - $(CLIENT_BIN) $(BIN_DIR)/$(CLIENT) -- $(INSTALL) ${IN_ARGS} -o ${BIN_OWNER} -m ${RDISTD_MODE} \ -+ $(INSTALL) ${IN_ARGS} \ - $(SERVER_BIN) $(BIN_DIR)/$(SERVER) - - install.man: |
