Compare commits

...

2 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
Guillem Jover
25dd60b9cc Release libbsd 0.1.1 2009-05-20 05:14:32 +02:00
Guillem Jover
5b16707e95 Install nlist header and man page 2009-05-20 05:13:31 +02:00

View File

@@ -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