Delete reference to obsolete librpc.a.

This commit is contained in:
Garrett Wollman 1994-08-08 00:04:21 +00:00
parent 0d096f62f7
commit 003a0dd6e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1922
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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