Commit graph

13 commits

Author SHA1 Message Date
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
wiz
41df2930cb It is atapibus at atapi, not atabus. 2005-03-01 13:26:24 +00:00
hubertf
afea1931b6 Update adjustkernel to 1.7. Changes:
* Update copyright year
 * Change syntax to not require mandatory options (think about the word!)
 * Document short options
 * Mention /var/run/dmesg.boot
 * Expand examples section a bit
 * Xref dmesg(8)
 * Document a known bug

OK'd by mjl@
2005-02-28 00:48:52 +00:00
hubertf
4cfd00c56c Update to adjustkernel 1.6: add copyright note, requested by Rich Cannings
for inclusion into the OpenBSD ports system.
2004-11-03 10:49:58 +00:00
reed
e713f53091 Mention "NetBSD" in the DESCRiption and in the COMMENT.
(Okayed by mjl@.)

TODO: Maybe someone can make this OPSYS specific
or test on other *BSDs.
2004-05-18 15:30:08 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
wiz
04c0458652 Sync usage with man page. Bump version to 1.5. Closes PR 18345. 2002-09-25 19:05:47 +00:00
wiz
03192295c0 .Dt should have uppercase argument; explain what happens when -outfile is not
given; punctuation nit and markup improvement.
2002-03-01 01:55:01 +00:00
mjl
5ff2b0db8f Initial import of adjustkernel, a tool to generate a kernel config
from dmesg.
2002-03-01 01:32:13 +00:00