From ba22fabb6fcc8b9b97369ee95f06774764347dc6 Mon Sep 17 00:00:00 2001 From: okan Date: Wed, 16 Jul 2014 19:57:34 +0000 Subject: [PATCH] zap trailing newlines; "go for it" deraadt --- bin/Makefile | 3 +-- bin/ps/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 - -- 2.20.1