pkgsrc-wip/mkdep/DESCR
Jeremy C. Reed e37f5d2eb1 This is NetBSD's mkdep.
With other package systems, mkdep is provided with pmake or bmake
packages.

This is a newer replacement for devel/newmkdep. It is newer code
taken from NetBSD CVS.

This uses libnbcompat and has been tested under Linux and NetBSD.
2003-09-24 00:44:08 +00:00

7 lines
315 B
Text

This is a mkdep. It constructs Makefile dependency lists.
Because it is a C program and does all postprocessing and file
handling without calling any external programs, it is up to 10-percent
faster than the original BSD mkdep shell script.
This is NetBSD's version of mkdep originally coded by Matthias Scheler.