mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-20 14:02:43 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
25dd60b9cc | ||
![]() |
5b16707e95 |
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
||||
LIB_NAME := libbsd
|
||||
LIB_VERSION_MAJOR := 0
|
||||
LIB_VERSION_MINOR := 1
|
||||
LIB_VERSION_MICRO := 0
|
||||
LIB_VERSION_MICRO := 1
|
||||
LIB_VERSION := $(LIB_VERSION_MAJOR).$(LIB_VERSION_MINOR).$(LIB_VERSION_MICRO)
|
||||
|
||||
LIB_PKGCONFIG := $(LIB_NAME).pc
|
||||
@@ -54,6 +54,7 @@ LIB_INCLUDES := \
|
||||
bsd/bsd.h \
|
||||
bsd/cdefs.h \
|
||||
bsd/stdlib.h \
|
||||
nlist.h \
|
||||
vis.h \
|
||||
libutil.h
|
||||
|
||||
@@ -62,6 +63,7 @@ LIB_MANS := \
|
||||
strlcpy.3 \
|
||||
fgetln.3 \
|
||||
fmtcheck.3 \
|
||||
nlist.3 \
|
||||
setmode.3 \
|
||||
strmode.3 \
|
||||
md5.3bsd
|
||||
|
Reference in New Issue
Block a user