003 File Manager
Current Path:
/usr/src/lib/libopenbsd
usr
/
src
/
lib
/
libopenbsd
/
📁
..
📄
Makefile
(341 B)
📄
Makefile.depend
(206 B)
📄
README
(291 B)
📄
getdtablecount.c
(1.8 KB)
📄
imsg-buffer.c
(5.7 KB)
📄
imsg.c
(6.14 KB)
📄
imsg.h
(3.01 KB)
📄
imsg_init.3
(12.53 KB)
📄
ohash.c
(6.77 KB)
📄
ohash.h
(2.71 KB)
📄
ohash_init.3
(6.74 KB)
📄
ohash_interval.3
(2.57 KB)
📁
sys
📄
unistd.h
(1.46 KB)
Editing: Makefile
# $FreeBSD$ PACKAGE=lib${LIB} LIB= openbsd SRCS= imsg-buffer.c \ imsg.c \ ohash.c .if !defined(BOOTSTRAPPING) # Skip getdtablecount.c when bootstrapping since it doesn't compile for Linux # and is not used by any of the bootstrap tools SRCS+= getdtablecount.c .endif INTERNALLIB= CFLAGS+= -I${.CURDIR} WARNS?= 3 .include <bsd.lib.mk>
Upload File
Create Folder