diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 19:57:35 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 19:57:35 +0000 |
commit | 52305f243cf6cd874e729d27fe831740ad988693 (patch) | |
tree | 37681a56fa343b3e0ab8ca84e8ccfd64efd11e31 /bin/ps | |
parent | de4c671dfb0ef271f5468e416bb2417af07bb4ae (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/Makefile | 3 |
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> - |