summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-08 00:04:21 +0000
committerwollman <wollman@FreeBSD.org>1994-08-08 00:04:21 +0000
commit7fa6011b596ccd0811c2f5e9c5b0411533eb662d (patch)
tree3c9c451e03ae6dcfc87d9084a573b89440bbd0cc /usr.sbin/amd
parent5759bb76af7db2dcdf576091737baee8bf5c4606 (diff)
downloadFreeBSD-src-7fa6011b596ccd0811c2f5e9c5b0411533eb662d.zip
FreeBSD-src-7fa6011b596ccd0811c2f5e9c5b0411533eb662d.tar.gz
Delete reference to obsolete librpc.a.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/amd/Makefile3
-rw-r--r--usr.sbin/amd/amq/Makefile1
2 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile
index 328fd80..a5023c0 100644
--- a/usr.sbin/amd/amd/Makefile
+++ b/usr.sbin/amd/amd/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 4/22/94
PROG= amd
-MAN8= amd.0
+MAN8= amd.8
OS= bsd44
SRCS= afs_ops.c am_ops.c clock.c util.c xutil.c \
efs_ops.c mapc.c info_file.c info_hes.c \
@@ -14,7 +14,6 @@ SRCS= afs_ops.c am_ops.c clock.c util.c xutil.c \
amq_subr.c umount_fs.c host_ops.c nfsx_ops.c \
ufs_ops.c ifs_ops.c amd.c get_args.c restart.c wire.c
OBJS+= vers.${PROG}.o
-LDADD+= -lrpc
CFLAGS+=-I${.CURDIR}/../rpcx
CFLAGS+=-I${.CURDIR}/../config
CFLAGS+=-I${.CURDIR}/../include
diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile
index adbd5f4..8b5ff99 100644
--- a/usr.sbin/amd/amq/Makefile
+++ b/usr.sbin/amd/amq/Makefile
@@ -2,7 +2,6 @@
PROG = amq
SRCS = amq.c amq_clnt.c amq_xdr.c misc_rpc.c
-LDADD+=-lrpc
CFLAGS+=-I${.CURDIR}/../include
CFLAGS+=-I${.CURDIR}/../rpcx
CFLAGS+=-I${.CURDIR}/../config
OpenPOWER on IntegriCloud