bsd.rd build is broken... here's the fix, copied from your similar
diff to the main ifconfig Makefile...

Index: Makefile
===================================================================
RCS file: /cvs/src/distrib/special/ifconfig/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    18 Oct 2010 04:10:58 -0000      1.3
+++ Makefile    6 Sep 2012 22:51:00 -0000
@@ -1,8 +1,10 @@
 #      $OpenBSD: Makefile,v 1.3 2010/10/18 04:10:58 deraadt Exp $

 PROG=  ifconfig
-SRCS=   ifconfig.c pbkdf2.c
+SRCS=   ifconfig.c
 COPTS+=        -DSMALL
+LDADD= -lutil
+DPADD= ${LIBUTIL}
 .PATH:  ${.CURDIR}/../../../sbin/ifconfig ${.CURDIR}/../../../sbin/bioctl

 CPPFLAGS+=-DINET6 -I${.CURDIR}/../../../sbin/bioctl

On Thu, Sep 6, 2012 at 2:41 PM, Ted Unangst <[email protected]> wrote:
> CVSROOT:        /cvs
> Module name:    src
> Changes by:     [email protected]    2012/09/06 13:41:59
>
> Modified files:
>         lib/libutil    : Makefile shlib_version util.h
>         sbin/bioctl    : Makefile bioctl.c
>         sbin/ifconfig  : Makefile ifconfig.c
>         sbin/mount_vnd : Makefile mount_vnd.c
> Added files:
>         lib/libutil    : pkcs5_pbkdf2.3 pkcs5_pbkdf2.c
> Removed files:
>         sbin/bioctl    : pbkdf2.c pbkdf2.h
>
> Log message:
> move pkcs5_pbkdf5 function to libutil so everybody can play with it
> ok deraadt jsing matthew

Reply via email to