summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2014-07-16 20:07:04 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2014-07-16 20:07:04 +0000
commit0b3287bd5b6471805de0553f5aa8f011c9fb6e7e (patch)
tree6b7407900a80a39b0b9028b2ec81c0bba9082cc4 /usr.bin
parent89b77ece8297b428ef405fbae69adb7180c3e9ca (diff)
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/banner/Makefile3
-rw-r--r--usr.bin/bgplg/traceroute/Makefile3
-rw-r--r--usr.bin/fstat/Makefile3
-rw-r--r--usr.bin/systat/Makefile3
-rw-r--r--usr.bin/top/Makefile3
-rw-r--r--usr.bin/vmstat/Makefile3
-rw-r--r--usr.bin/w/Makefile3
7 files changed, 7 insertions, 14 deletions
diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile
index 3ce26fc6c0d..c857d8ab904 100644
--- a/usr.bin/banner/Makefile
+++ b/usr.bin/banner/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:23 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2014/07/16 20:06:27 okan Exp $
PROG= banner
@@ -14,4 +14,3 @@ SRCS= $(PROG).c chset.c
#CFLAGS+= -DLPD_CHSET
.include <bsd.prog.mk>
-
diff --git a/usr.bin/bgplg/traceroute/Makefile b/usr.bin/bgplg/traceroute/Makefile
index adcfb228d1d..49c63e9d8e9 100644
--- a/usr.bin/bgplg/traceroute/Makefile
+++ b/usr.bin/bgplg/traceroute/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2014/04/26 11:02:45 florian Exp $
+# $OpenBSD: Makefile,v 1.3 2014/07/16 20:06:27 okan Exp $
PROGDIR= ${.CURDIR}/../../../usr.sbin/traceroute
@@ -14,4 +14,3 @@ LINKS= ${BINDIR}/traceroute ${BINDIR}/traceroute6
BINMODE= 000
.PATH: ${PROGDIR}
-
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index a36d3a4094c..5eac0755816 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2009/07/08 16:04:00 millert Exp $
+# $OpenBSD: Makefile,v 1.11 2014/07/16 20:06:27 okan Exp $
PROG= fstat
SRCS= fstat.c fuser.c
@@ -10,4 +10,3 @@ LINKS= ${BINDIR}/fstat ${BINDIR}/fuser
CFLAGS+=-DINET6
.include <bsd.prog.mk>
-
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 0baf9c6f3da..83d233abfbe 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.25 2013/09/07 11:43:49 reyk Exp $
+# $OpenBSD: Makefile,v 1.26 2014/07/16 20:06:27 okan Exp $
PROG= systat
@@ -17,4 +17,3 @@ BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>
-
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index a8aa0cb8a9d..060b1af32ae 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2010/03/18 12:28:09 otto Exp $
+# $OpenBSD: Makefile,v 1.16 2014/07/16 20:06:27 okan Exp $
#
# Makefile for OpenBSD top-3.4.
@@ -10,4 +10,3 @@ DPADD= ${LIBCURSES}
LDADD= -lcurses
.include <bsd.prog.mk>
-
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index 2f5ce1caca2..333793d72ad 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2014/07/02 00:12:34 dlg Exp $
+# $OpenBSD: Makefile,v 1.10 2014/07/16 20:06:27 okan Exp $
PROG= vmstat
@@ -9,4 +9,3 @@ DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>
-
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index dbf39d4c261..ffe40d2fd81 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2002/06/08 22:57:34 angelos Exp $
+# $OpenBSD: Makefile,v 1.7 2014/07/16 20:06:27 okan Exp $
PROG= w
SRCS= fmt.c pr_time.c proc_compare.c w.c
@@ -10,4 +10,3 @@ LINKS= ${BINDIR}/w ${BINDIR}/uptime
.PATH: ${.CURDIR}/../../bin/ps
.include <bsd.prog.mk>
-