summaryrefslogtreecommitdiffstats
path: root/lib/libyaml/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-05 13:06:40 +0000
committerbapt <bapt@FreeBSD.org>2013-03-05 13:06:40 +0000
commit75fa845336bfbd8edfd6c7babd608b10ca5fe89c (patch)
tree651bf03f0a38fd874d59de8f9f7d4912679400df /lib/libyaml/Makefile
parentf7c80cdae5621b8da47d8a8ea4633c4305f524df (diff)
downloadFreeBSD-src-75fa845336bfbd8edfd6c7babd608b10ca5fe89c.zip
FreeBSD-src-75fa845336bfbd8edfd6c7babd608b10ca5fe89c.tar.gz
Add a stub manpage modeled over the libexpat one to explain to users not to use
this library outside of base. Requested by: simon
Diffstat (limited to 'lib/libyaml/Makefile')
-rw-r--r--lib/libyaml/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libyaml/Makefile b/lib/libyaml/Makefile
index 076eb54..5ecec78 100644
--- a/lib/libyaml/Makefile
+++ b/lib/libyaml/Makefile
@@ -7,6 +7,7 @@ SHLIB_MAJOR= 0
INCS= bsdyml.h
SRCS= api.c dumper.c emitter.c loader.c \
parser.c reader.c scanner.c writer.c
+MAN= libbsdyml.3
.PATH: ${LIBYAML}/src ${LIBYAML}/include
CLEANFILES= bsdyml.h
OpenPOWER on IntegriCloud