Add sortinfo

pgoyette-localcount
christos 2015-12-18 18:56:33 +00:00
parent 75d08e5911
commit 14e50442f2
2 changed files with 11 additions and 2 deletions

View File

@ -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 @@ SUBDIR+= cap_mkdb crunchgen ctags gencat hexdump \
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 \

9
tools/sortinfo/Makefile Normal file
View File

@ -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"