From: okan Date: Wed, 16 Jul 2014 19:57:34 +0000 (+0000) Subject: zap trailing newlines; "go for it" deraadt X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ba22fabb6fcc8b9b97369ee95f06774764347dc6;p=openbsd zap trailing newlines; "go for it" deraadt --- diff --git a/bin/Makefile b/bin/Makefile index 5b37d77ce08..ba19d9ff083 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2014/03/19 14:42:44 tedu Exp $ +# $OpenBSD: Makefile,v 1.13 2014/07/16 19:57:34 okan Exp $ SUBDIR= cat chio chmod cp csh date dd df domainname echo \ ed expr hostname kill ksh ln ls md5 mkdir mt \ @@ -6,4 +6,3 @@ SUBDIR= cat chio chmod cp csh date dd df domainname echo \ sync systrace test .include - diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 4db5969da8b..a178fc2cad5 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2002/06/08 22:41:46 art Exp $ +# $OpenBSD: Makefile,v 1.9 2014/07/16 19:57:34 okan Exp $ PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c @@ -6,4 +6,3 @@ DPADD= ${LIBM} ${LIBKVM} LDADD= -lm -lkvm .include -