From 7fa6011b596ccd0811c2f5e9c5b0411533eb662d Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 8 Aug 1994 00:04:21 +0000 Subject: Delete reference to obsolete librpc.a. --- usr.sbin/amd/amd/Makefile | 3 +-- usr.sbin/amd/amq/Makefile | 1 - 2 files changed, 1 insertion(+), 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 -- cgit v1.1