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/4d8713b5226a
branches: trunk
changeset: 342362:4d8713b5226a
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 c6ee0ea9e13d -r 4d8713b5226a 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 c6ee0ea9e13d -r 4d8713b5226a 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