summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan <okan@openbsd.org>2014-07-16 19:57:34 +0000
committerokan <okan@openbsd.org>2014-07-16 19:57:34 +0000
commitba22fabb6fcc8b9b97369ee95f06774764347dc6 (patch)
tree821c36fc29a0b56f5b2f7895bdc255cd51993d8e
parentremove ancient unused NOGZIP support (diff)
downloadwireguard-openbsd-ba22fabb6fcc8b9b97369ee95f06774764347dc6.tar.xz
wireguard-openbsd-ba22fabb6fcc8b9b97369ee95f06774764347dc6.zip
zap trailing newlines; "go for it" deraadt
-rw-r--r--bin/Makefile3
-rw-r--r--bin/ps/Makefile3
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 <bsd.subdir.mk>
-
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>
-