diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-09-21 05:29:55 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-09-21 05:29:55 +0000 |
commit | e88f3d28e71f994d6e608e9a709bb3c10867e745 (patch) | |
tree | 8e91526a92ee551d4d1eda0f1cc21df093da9783 /net/rdist6/files | |
parent | Update to rdist-6.1.3. The only major thing changed seems to be two (diff) |
Ack, last commit was bogus. Serves me right for making "just one tiny
change" after I tested it. Sigh.
While here, make a tweakable hook to change the name from rdist6 to rdist.
Notes
Notes:
svn path=/head/; revision=3829
Diffstat (limited to 'net/rdist6/files')
-rw-r--r-- | net/rdist6/files/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rdist6/files/patch-ad b/net/rdist6/files/patch-ad index 5083cdacfea1..7c54833ef8cc 100644 --- a/net/rdist6/files/patch-ad +++ b/net/rdist6/files/patch-ad @@ -14,8 +14,8 @@ # or add your own line. # ! BIN_DIR = $(PREFIX)/bin -! OPT = -O -s -! CLIENT = rdist6 +! OPT = $(BUILD_OPT) +! CLIENT = $(BUILD_CLIENT) # # Add any local definitions you want pass to the compiler to DEFS_LOCAL |