Module Name: src Committed By: christos Date: Sat May 19 17:48:51 UTC 2018
Modified Files: src/tools/elftosb: Makefile Log Message: remove trailing newline To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tools/elftosb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/elftosb/Makefile diff -u src/tools/elftosb/Makefile:1.2 src/tools/elftosb/Makefile:1.3 --- src/tools/elftosb/Makefile:1.2 Tue May 1 08:38:39 2018 +++ src/tools/elftosb/Makefile Sat May 19 13:48:51 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2018/05/01 12:38:39 christos Exp $ +# $NetBSD: Makefile,v 1.3 2018/05/19 17:48:51 christos Exp $ HOSTPROGNAME= ${_TOOL_PREFIX}elftosb HOSTPROG_CXX= ${_TOOL_PREFIX}elftosb HOST_SRCDIR= external/bsd/elftosb/usr.sbin/elftosb .include "${.CURDIR}/../Makefile.host" -