summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/Makefile3
-rw-r--r--usr.sbin/ldapd/Makefile3
-rw-r--r--usr.sbin/mksuncd/Makefile3
-rw-r--r--usr.sbin/mopd/otherOS/linux2/Makefile3
-rw-r--r--usr.sbin/pstat/Makefile4
-rw-r--r--usr.sbin/wsmoused/Makefile3
6 files changed, 6 insertions, 13 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 0ffc155093a..06d4db7531a 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.177 2014/04/26 11:02:45 florian Exp $
+# $OpenBSD: Makefile,v 1.178 2014/07/16 20:07:03 okan Exp $
.include <bsd.own.mk>
@@ -25,4 +25,3 @@ SUBDIR+=ypbind ypldap yppoll ypset ypserv
.endif
.include <bsd.subdir.mk>
-
diff --git a/usr.sbin/ldapd/Makefile b/usr.sbin/ldapd/Makefile
index d285f1a5e79..d35945bbef8 100644
--- a/usr.sbin/ldapd/Makefile
+++ b/usr.sbin/ldapd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2014/04/15 20:55:42 miod Exp $
+# $OpenBSD: Makefile,v 1.12 2014/07/16 20:07:03 okan Exp $
PROG= ldapd
MAN= ldapd.8 ldapd.conf.5
@@ -27,4 +27,3 @@ distribution:
done
.include <bsd.prog.mk>
-
diff --git a/usr.sbin/mksuncd/Makefile b/usr.sbin/mksuncd/Makefile
index b4bb250851a..1d2baff290b 100644
--- a/usr.sbin/mksuncd/Makefile
+++ b/usr.sbin/mksuncd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2012/09/12 09:19:54 haesbaert Exp $
+# $OpenBSD: Makefile,v 1.4 2014/07/16 20:07:03 okan Exp $
.if ${MACHINE} == "sparc64"
@@ -14,4 +14,3 @@ MAN= mksuncd.1
MANSUBDIR=sparc64
.include <bsd.prog.mk>
-
diff --git a/usr.sbin/mopd/otherOS/linux2/Makefile b/usr.sbin/mopd/otherOS/linux2/Makefile
index 1d4596fcf9f..51cca1ab4bc 100644
--- a/usr.sbin/mopd/otherOS/linux2/Makefile
+++ b/usr.sbin/mopd/otherOS/linux2/Makefile
@@ -1,7 +1,7 @@
# Copyright (c) 1999 Mats O Jansson, Stockholm, Sweden
# All rights reserved.
#
-# @(#) $OpenBSD: Makefile,v 1.1 1999/03/27 14:31:23 maja Exp $
+# @(#) $OpenBSD: Makefile,v 1.2 2014/07/16 20:07:03 okan Exp $
INSTBIN= install -c -s -o root -g root -m 755
INSTINIT= install -c -o root -g root -m 755
@@ -9,4 +9,3 @@ INSTINIT= install -c -o root -g root -m 755
install: mopd.init
echo "Installing files in linux2";
$(INSTINIT) $< $(INSTALL)/etc/rc.d/init.d/mopd
-
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile
index bc9d8d6a5bf..f606be93263 100644
--- a/usr.sbin/pstat/Makefile
+++ b/usr.sbin/pstat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2001/06/27 06:16:52 art Exp $
+# $OpenBSD: Makefile,v 1.7 2014/07/16 20:07:03 okan Exp $
PROG= pstat
MAN= pstat.8
@@ -8,5 +8,3 @@ DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>
-
-
diff --git a/usr.sbin/wsmoused/Makefile b/usr.sbin/wsmoused/Makefile
index 36a88a58377..9b0cc880a64 100644
--- a/usr.sbin/wsmoused/Makefile
+++ b/usr.sbin/wsmoused/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2004/05/03 15:18:21 drahn Exp $
+# $OpenBSD: Makefile,v 1.7 2014/07/16 20:07:03 okan Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" ||\
${MACHINE} == "alpha"
@@ -16,4 +16,3 @@ MAN= wsmoused.8
MANSUBDIR= i386 amd64 alpha
.include <bsd.prog.mk>
-