diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-29 17:11:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-29 17:11:12 +0000 |
commit | 3a1f26dfeb967eb2412d31c8dbf9cc2abac6d7bb (patch) | |
tree | e3c9db55d1bf542148b356301ef4066b8e4a7774 /usr.sbin | |
parent | fe2896b7e16d3bc127ae02280834e07f84873ff3 (diff) |
nothing uses the stuff in rxk_info, so until the overflows are fixed, skip it
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/lib/libarla/Makefile.rxkad.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/afs/lib/libarla/Makefile.rxkad.inc b/usr.sbin/afs/lib/libarla/Makefile.rxkad.inc index 239041b7765..dff5300d7d0 100644 --- a/usr.sbin/afs/lib/libarla/Makefile.rxkad.inc +++ b/usr.sbin/afs/lib/libarla/Makefile.rxkad.inc @@ -1,5 +1,5 @@ ### rxkad stuff -SRCS += rxk_locl.c rxk_clnt.c rxk_serv.c rxk_crpt.c rxk_info.c \ +SRCS += rxk_locl.c rxk_clnt.c rxk_serv.c rxk_crpt.c \ osi_alloc.c compat.c CFLAGS += -I${AFSSRC}/rxkad -I${DESTDIR}/usr/include/kerberosIV |