0c3983b25a
. add bsd-style MLINKS to minix man set, restoring aliases (e.g. man add64 -> int64) . update daily cron script to run makewhatis and restore makewhatis in man Makefile (makedb), restores functionality of man -k . netbsd imports of man, mdocml, makewhatis, libutil, apropos . update man.conf with manpage locations, restoring man [-s] <section> . throws out some obsolete manpages
11 lines
267 B
Makefile
11 lines
267 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/01/12 23:02:22 joerg Exp $
|
|
|
|
LIBISPRIVATE= yes
|
|
|
|
LIB= mdoc
|
|
SRCS= mdoc_macro.c mdoc.c mdoc_hash.c mdoc_strings.c \
|
|
mdoc_argv.c mdoc_validate.c lib.c att.c \
|
|
arch.c vol.c msec.c st.c mandoc.c
|
|
MAN= man.3
|
|
|
|
.include <bsd.lib.mk>
|