summaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2014-07-16 19:57:35 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2014-07-16 19:57:35 +0000
commit52305f243cf6cd874e729d27fe831740ad988693 (patch)
tree37681a56fa343b3e0ab8ca84e8ccfd64efd11e31 /bin/ps
parentde4c671dfb0ef271f5468e416bb2417af07bb4ae (diff)
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.prog.mk>
-