zap trailing newlines; "go for it" deraadt
authorokan <okan@openbsd.org>
Wed, 16 Jul 2014 20:02:45 +0000 (20:02 +0000)
committerokan <okan@openbsd.org>
Wed, 16 Jul 2014 20:02:45 +0000 (20:02 +0000)
libexec/rpc.rstatd/Makefile
libexec/rpc.rusersd/Makefile

index d2bc91f..b12efa1 100644 (file)
@@ -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 <bsd.prog.mk>
-
index a26364c..a86d736 100644 (file)
@@ -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 <bsd.prog.mk>
-