diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-08-08 01:42:00 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-08-08 01:42:00 +0000 |
commit | 9cfb986afd2f0476b8e0c4a06696e58b730cc011 (patch) | |
tree | cea461d981c60865345aab8eda823c0986f0e864 /security/krb5-beta/files/patch-av | |
parent | Update 1.2.8 --> 1.3 (diff) |
MIT KRB5 1.3 has been released. Remove the beta.
Diffstat (limited to 'security/krb5-beta/files/patch-av')
-rw-r--r-- | security/krb5-beta/files/patch-av | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/security/krb5-beta/files/patch-av b/security/krb5-beta/files/patch-av deleted file mode 100644 index 8363b8bb1e2d..000000000000 --- a/security/krb5-beta/files/patch-av +++ /dev/null @@ -1,15 +0,0 @@ -*** clients/ksu/Makefile.in.ORIG Sun Aug 2 16:51:18 1998 ---- clients/ksu/Makefile.in Sun Aug 2 16:53:48 1998 -*************** -*** 3,7 **** - mydir=ksu - BUILDTOP=$(REL)$(U)$(S)$(U) -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - ---- 3,7 ---- - mydir=ksu - BUILDTOP=$(REL)$(U)$(S)$(U) -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - |