Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Add sortinfo



details:   https://anonhg.NetBSD.org/src/rev/55c6c8af53ac
branches:  trunk
changeset: 812504:55c6c8af53ac
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 18 18:56:33 2015 +0000

description:
Add sortinfo

diffstat:

 tools/Makefile          |  4 ++--
 tools/sortinfo/Makefile |  9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 7ff793f850ff -r 55c6c8af53ac tools/Makefile
--- a/tools/Makefile    Fri Dec 18 14:33:54 2015 +0000
+++ b/tools/Makefile    Fri Dec 18 18:56:33 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.182 2015/07/23 08:03:26 mrg Exp $
+#      $NetBSD: Makefile,v 1.183 2015/12/18 18:56:33 christos Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -102,7 +102,7 @@
                makewhatis mtree nbperf .WAIT uudecode
 .endif
 
-SUBDIR+= cat rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
+SUBDIR+= cat rpcgen join lorder m4 mkdep sortinfo tsort .WAIT yacc .WAIT awk .WAIT lex
 
 .if ${TOOLS_BUILDRUMP} == "no"
 SUBDIR += .WAIT texinfo \
diff -r 7ff793f850ff -r 55c6c8af53ac tools/sortinfo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/sortinfo/Makefile   Fri Dec 18 18:56:33 2015 +0000
@@ -0,0 +1,9 @@
+#      $NetBSD: Makefile,v 1.1 2015/12/18 18:56:33 christos Exp $
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}sortinfo
+HOST_SRCDIR=   usr.bin/sortinfo
+
+HOST_CPPFLAGS+=        -I. -I${TOOLDIR}/include/nbinclude
+
+.include "${.CURDIR}/../Makefile.nbincludes"
+.include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index