Edit

IABSD.fr/src/lib/Makefile

Branch :

  • Show log

    Commit

  • Author : patrick
    Date : 2021-12-01 07:36:03
    Hash : 7957cc34
    Message : Build libfido2 after all other libraries, as it links against one of the other libraries, so we have to build those first. Initial report and diff from uaa@ ok anton@ deraadt@ millert@

  • lib/Makefile
  • #	$OpenBSD: Makefile,v 1.82 2021/12/01 07:36:03 patrick Exp $
    #	$NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
    
    SUBDIR=	csu libagentx libarch libc libcbor libcrypto libcurses \
    	libedit libelf libevent libexpat \
    	libform libfuse libkeynote libkvm libl libm libmenu \
    	libossaudio libpanel libpcap libradius librthread \
    	librpcsvc libskey libsndio libssl libtls libusbhid \
    	libutil liby libz
    
    # Phase 2
    SUBDIR+=libfido2
    
    .include <bsd.subdir.mk>