Hello libbozohttpd(3)
Enabling as it is a dependency for bozohttpd(3lua).
This commit is contained in:
parent
331cb3c9dd
commit
4e0254f1b8
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: shl.mi,v 1.836 2018/04/29 19:47:34 sevan Exp $
|
||||
# $NetBSD: shl.mi,v 1.837 2018/05/03 22:27:58 sevan Exp $
|
||||
#
|
||||
# Note: Don't delete entries from here - mark them as "obsolete" instead,
|
||||
# unless otherwise stated below.
|
||||
|
@ -103,6 +103,9 @@
|
|||
./lib/npf/ext_rndblock.so.0 base-npf-shlib compatfile,npf
|
||||
./lib/npf/ext_rndblock.so.0.0 base-npf-shlib compatfile,npf
|
||||
./libexec/ld.elf_so base-sys-shlib dynamicroot
|
||||
./usr/lib/libbozohttpd.so base-sys-shlib compatfile
|
||||
./usr/lib/libbozohttpd.so.0 base-sys-shlib compatfile
|
||||
./usr/lib/libbozohttpd.so.0.0 base-sys-shlib compatfile
|
||||
./usr/lib/i18n/libBIG5.so base-i18n-shlib compatfile
|
||||
./usr/lib/i18n/libBIG5.so.5 base-i18n-shlib compatfile
|
||||
./usr/lib/i18n/libBIG5.so.5.0 base-i18n-shlib compatfile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.2188 2018/04/18 08:58:41 mlelstv Exp $
|
||||
# $NetBSD: mi,v 1.2189 2018/05/03 22:27:59 sevan Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
|
@ -206,6 +206,7 @@
|
|||
./usr/include/blacklist.h comp-c-include
|
||||
./usr/include/bluetooth.h comp-c-include
|
||||
./usr/include/bm.h comp-c-include
|
||||
./usr/include/bozohttpd.h comp-c-include
|
||||
./usr/include/bzlib.h comp-c-include
|
||||
./usr/include/c++/__bit_reference comp-cxx-include libcxx
|
||||
./usr/include/c++/__config comp-cxx-include libcxx
|
||||
|
@ -3281,6 +3282,9 @@
|
|||
./usr/lib/libatf_p.a comp-obsolete obsolete
|
||||
./usr/lib/libavl.a comp-zfs-lib compatfile,zfs
|
||||
./usr/lib/libavl_p.a comp-zfs-proflib compatfile,profile,zfs
|
||||
./usr/lib/libbozohttpd.a comp-c-lib compatfile
|
||||
./usr/lib/libbozohttpd_p.a comp-c-lib compatfile
|
||||
./usr/lib/libbozohttpd_pic.a comp-c-lib compatfile
|
||||
./usr/lib/libbfd.a comp-obsolete obsolete
|
||||
./usr/lib/libbind9.a comp-bind-lib compatfile
|
||||
./usr/lib/libbind9_p.a comp-bind-proflib compatfile,profile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.1580 2018/05/01 23:41:51 kamil Exp $
|
||||
# $NetBSD: mi,v 1.1581 2018/05/03 22:27:59 sevan Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -3844,6 +3844,7 @@
|
|||
./usr/share/man/html1/zless.html man-util-htmlman html
|
||||
./usr/share/man/html1/zmore.html man-util-htmlman html
|
||||
./usr/share/man/html1/znew.html man-util-htmlman html
|
||||
./usr/share/man/html3/libbozohttpd.html man-sys-htmlman html
|
||||
./usr/share/man/html3/libunbound.html man-netutil-htmlman html,unbound
|
||||
./usr/share/man/html3lua/gpio.attach.html man-sys-htmlman html
|
||||
./usr/share/man/html3lua/gpio.close.html man-sys-htmlman html
|
||||
|
@ -6705,6 +6706,7 @@
|
|||
./usr/share/man/man3/atari/ahdi_writelabel.3 man-obsolete obsolete
|
||||
./usr/share/man/man3/i386 man-obsolete obsolete
|
||||
./usr/share/man/man3/i386/keycap.3 man-obsolete obsolete
|
||||
./usr/share/man/man3/libbozohttpd.3 man-sys-man .man
|
||||
./usr/share/man/man3/libunbound.3 man-netutil-man .man,unbound
|
||||
./usr/share/man/man3lua/gpio.3lua man-sys-man .man
|
||||
./usr/share/man/man3lua/gpio.attach.3lua man-sys-man .man
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.255 2018/05/01 19:50:34 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.256 2018/05/03 22:27:58 sevan Exp $
|
||||
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
@ -210,6 +210,8 @@ SUBDIR+= ../external/bsd/fetch/lib # depends on libssl
|
|||
SUBDIR+= ../external/bsd/openldap/lib # depends on libcrypto, ...
|
||||
.endif
|
||||
|
||||
SUBDIR+= ../libexec/httpd/libbozohttpd # depends on libssl & libcrypto
|
||||
|
||||
#==================== 3rd library dependency barrier ====================
|
||||
SUBDIR+= .WAIT
|
||||
|
||||
|
|
Loading…
Reference in New Issue