aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rup
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
commit98e0ffaefb0f241cda3a72395d3be04192ae0d47 (patch)
tree55c065b6730aaac2afb6c29933ee6ec5fa4c4249 /usr.bin/rup
parentb17ff922d4072ae132ece458f5b5d74a236880ac (diff)
parente81032ad243db32b8fd615b2d55ee94b9f6a5b6a (diff)
Notes
Diffstat (limited to 'usr.bin/rup')
-rw-r--r--usr.bin/rup/Makefile3
-rw-r--r--usr.bin/rup/rup.14
2 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile
index e87220168c22a..4b5131e03c9c1 100644
--- a/usr.bin/rup/Makefile
+++ b/usr.bin/rup/Makefile
@@ -4,7 +4,6 @@ PROG= rup
WARNS?= 1
-DPADD= ${LIBRPCSVC}
-LDADD= -lrpcsvc
+LIBADD= rpcsvc
.include <bsd.prog.mk>
diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1
index 8b16670e9d145..499d6ab815729 100644
--- a/usr.bin/rup/rup.1
+++ b/usr.bin/rup/rup.1
@@ -83,8 +83,8 @@ and cannot accommodate any RPC-based services.
The host may be down.
.El
.Sh SEE ALSO
-.Xr rpcbind 8 ,
-.Xr rpc.rstatd 8
+.Xr rpc.rstatd 8 ,
+.Xr rpcbind 8
.Sh HISTORY
The
.Nm