summaryrefslogtreecommitdiff
path: root/sys/modules/sysmon_taskq/Makefile
blob: 7c494e376cf291a28fe2dc2b48ade5450465a7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile,v 1.1 2015/04/23 23:22:28 pgoyette Exp $

.include "../Makefile.inc"

.PATH:	${S}/dev/sysmon

KMOD=	sysmon_taskq

SRCS=	sysmon_taskq.c

.include <bsd.kmodule.mk>
d> 2005-02-10rework pkg_info(8) operating on binary packages, deprecating the `-.'grant 2004-11-10Document the "pre" magic string just added, and bump date for this.agc 2004-08-23Avoid comma abuse, remove a redundant word, and add a missing period.snj 2004-08-23Provide a correct description of -R flag, as suggested by Jim Bernard incube 2004-08-13Bump date for previous.wiz 2004-08-13Modify pkg_info so that it will only print information on uninstalledagc 2004-05-08Bump date of manpage after addition of -Q flag to pkg_info(1).jlam 2004-05-07Add a new flag -Q (for "query") to pkg_info(1) to query the buildjlam 2004-04-19missing period at the end of sentenceitojun 2004-01-06Fix typo; new sentence, new line;wiz 2004-01-06Rework a bit to describe the pkg wildcards in their ownhubertf 2003-12-06Fix typo, reported by Soren Jacobsen in PR 23666.wiz 2003-09-08Bump date for previous.wiz 2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam 2002-11-14In addition to the existing "rc" modifier for a package version, addagc 2002-09-26Ispell. Begin new sentences on a new line.wiz 2002-09-24Sprinkle .Xrs to packages(7).uebayasi 2002-07-19- remove handling of PKG_ADD_BASE.yamt 2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross 2002-01-19Use .Nx, replace empty line with .Pp.wiz 2002-01-10Explain a bit more fully the collating sequence which pkg_info(1) uses whenagc 2001-08-13Add a -n switch to show the packages "needed" by a package (i.e. theagc 2001-04-09Whitespace, and remove unnecessary "" after .Nm.wiz 2001-03-05Add -V option to all pkgtools, which reports the version of the pkgtools.wiz 2000-07-05remove extra period in SEE ALL sectionmsaitoh 2000-01-19FTP wildcard depends code, initial commit.hubertf 2000-01-17Reverse wording for -R. Per PR 9141 by Jim Bernard <jbernard@ox.mines.edu>hubertf 1999-11-29Add code to include the size of a package into both thehubertf 1999-08-19Allow specifying a package name without a version.hubertf 1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled 1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf 1999-03-07Clean up SYNOPSIS formatting.mycroft 1999-03-04Do not only display the packages which require this packagehubertf 1999-01-19Add code for pkgdb.hubertf 1998-10-21Add a -B option to pkg_info to print out the "Build Information" foragc 1998-10-13Add -b argument to pkg_info to display the +BUILD_VERSION file for theagc 1998-09-12minor fixup for -e optionhubertf 1998-08-27Add csh(1)-style alternates to pkg_info -e.agc 1998-08-23Sync manual page and usage() with reality, patches supplied bytron 1998-07-09Extend "pkg_info -e" to allow pkg-globbing, and allow using it.hubertf 1998-06-08everything has bugs; either document them or don't bother with a BUGS sectionlukem