install prenice(1) and man page links.

This commit is contained in:
mrg 2010-12-06 21:16:53 +00:00
parent 75fc248f8a
commit 1153d206d6
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.895 2010/12/06 18:26:28 phx Exp $
# $NetBSD: mi,v 1.896 2010/12/06 21:16:53 mrg Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@ -552,6 +552,7 @@
./usr/bin/paxctl base-obsolete obsolete
./usr/bin/pcap-config base-util-bin
./usr/bin/pgrep base-util-bin
./usr/bin/prenice base-util-bin
./usr/bin/pigz base-util-bin
./usr/bin/pkill base-util-bin
./usr/bin/pmap base-util-bin

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1260 2010/12/05 09:02:28 mrg Exp $
# $NetBSD: mi,v 1.1261 2010/12/06 21:16:54 mrg Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -378,6 +378,7 @@
./usr/share/man/cat1/pcc.0 man-util-catman pcccmds,.cat
./usr/share/man/cat1/pcpp.0 man-util-catman pcccmds,.cat
./usr/share/man/cat1/pgrep.0 man-util-catman .cat
./usr/share/man/cat1/prenice.0 man-util-catman .cat
./usr/share/man/cat1/pigz.0 man-util-catman .cat
./usr/share/man/cat1/pim6stat.0 man-obsolete obsolete
./usr/share/man/cat1/pkg_add.0 man-pkgutil-catman crypto,.cat
@ -3157,6 +3158,7 @@
./usr/share/man/html1/pcc.html man-util-htmlman pcccmds,html
./usr/share/man/html1/pcpp.html man-util-htmlman pcccmds,html
./usr/share/man/html1/pgrep.html man-util-htmlman html
./usr/share/man/html1/prenice.html man-util-htmlman html
./usr/share/man/html1/pigz.html man-util-htmlman html
./usr/share/man/html1/pkg_add.html man-pkgutil-htmlman crypto,html
./usr/share/man/html1/pkg_admin.html man-pkgutil-htmlman crypto,html
@ -5586,6 +5588,7 @@
./usr/share/man/man1/pcc.1 man-util-man pcccmds,.man
./usr/share/man/man1/pcpp.1 man-util-man pcccmds,.man
./usr/share/man/man1/pgrep.1 man-util-man .man
./usr/share/man/man1/prenice.1 man-util-man .man
./usr/share/man/man1/pigz.1 man-util-man .man
./usr/share/man/man1/pim6stat.1 man-obsolete obsolete
./usr/share/man/man1/pkg_add.1 man-pkgutil-man crypto,.man

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/04/13 00:12:16 lukem Exp $
# $NetBSD: Makefile,v 1.4 2010/12/06 21:16:54 mrg Exp $
PROG= pkill
@ -6,6 +6,8 @@ LDADD+= -lkvm
DPADD+= ${LIBKVM}
LINKS+= ${BINDIR}/pkill ${BINDIR}/pgrep
LINKS+= ${BINDIR}/pkill ${BINDIR}/prenice
MLINKS+=pkill.1 pgrep.1
MLINKS+=pkill.1 prenice.1
.include <bsd.prog.mk>