summaryrefslogtreecommitdiff
path: root/misc/loco/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-02-25DESTDIR support.joerg1-1/+3
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
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.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-10-01Use REPLACE_PERL instead of SED/MVzuntum1-6/+2
2001-03-24Remove unnecessary MAKE_ENVzuntum1-3/+1
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-03-12Initial import of loco.zuntum1-0/+23
Loco is a Perl script which gives the messages file (usually /var/log/messages) some color, so the output is easier to read. It uses a Perl module called Term::ANSIColor to produce the colors. The Perl script is very readable and customizable.