diff options
author | 2014-07-16 20:02:45 +0000 | |
---|---|---|
committer | 2014-07-16 20:02:45 +0000 | |
commit | 9215c037970d1d8e0bb714e10c1df8d03e7faa2d (patch) | |
tree | 3eecb72ae79e591f784d9c1270d52660b1b2cace /libexec/rpc.rstatd | |
parent | zap trailing newlines; "go for it" deraadt (diff) | |
download | wireguard-openbsd-9215c037970d1d8e0bb714e10c1df8d03e7faa2d.tar.xz wireguard-openbsd-9215c037970d1d8e0bb714e10c1df8d03e7faa2d.zip |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'libexec/rpc.rstatd')
-rw-r--r-- | libexec/rpc.rstatd/Makefile | 3 |
1 files changed, 1 insertions, 2 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 <bsd.prog.mk> - |