diff options
author | 2003-04-29 17:11:11 +0000 | |
---|---|---|
committer | 2003-04-29 17:11:11 +0000 | |
commit | b583d50a338e770fdf495292db0432826731d00b (patch) | |
tree | ace70479dd70c1318a36ea8de2c628b7ce434ec2 | |
parent | fix the clean thursday; from tm@openbsd.ru (diff) | |
download | wireguard-openbsd-b583d50a338e770fdf495292db0432826731d00b.tar.xz wireguard-openbsd-b583d50a338e770fdf495292db0432826731d00b.zip |
nothing uses the stuff in rxk_info, so until the overflows are fixed, skip it
-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 |