diff options
author | Cy Schubert <cy@FreeBSD.org> | 2010-09-13 15:15:17 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2010-09-13 15:15:17 +0000 |
commit | c0783ce7d2dd21f1bd5526d2abf788844f31b744 (patch) | |
tree | 3c4c914c87bcc3e936d3be25b50d71d9a0455121 /security/krb5-16/files/patch-av | |
parent | - Readd caph and steelstorm (diff) |
Rremove old KRB5 port.
Notes
Notes:
svn path=/head/; revision=261076
Diffstat (limited to 'security/krb5-16/files/patch-av')
-rw-r--r-- | security/krb5-16/files/patch-av | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/security/krb5-16/files/patch-av b/security/krb5-16/files/patch-av deleted file mode 100644 index 8363b8bb1e2d..000000000000 --- a/security/krb5-16/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) - |