From 9215c037970d1d8e0bb714e10c1df8d03e7faa2d Mon Sep 17 00:00:00 2001 From: okan Date: Wed, 16 Jul 2014 20:02:45 +0000 Subject: [PATCH] zap trailing newlines; "go for it" deraadt --- libexec/rpc.rstatd/Makefile | 3 +-- libexec/rpc.rusersd/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile index d2bc91f24f1..b12efa15c5b 100644 --- a/libexec/rpc.rstatd/Makefile +++ b/libexec/rpc.rstatd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2002/06/29 08:14:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2014/07/16 20:02:45 okan Exp $ PROG = rpc.rstatd .PATH: ${.CURDIR}/../../usr.bin/vmstat @@ -11,4 +11,3 @@ DPADD= ${LIBRPCSVC} LDADD= -lrpcsvc .include - diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index a26364cad04..a86d736f4a4 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/29 08:14:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2014/07/16 20:02:45 okan Exp $ PROG = rpc.rusersd SRCS = rusersd.c rusers_proc.c @@ -8,4 +8,3 @@ DPADD= ${LIBRPCSVC} LDADD= -lrpcsvc .include - -- 2.20.1