From: guenther Date: Wed, 21 Jan 2015 08:16:51 +0000 (+0000) Subject: amq doesn't use anything from misc_rpc.c X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0cc5d532ff7339aacb14f2e5ef02efb1439f6be2;p=openbsd amq doesn't use anything from misc_rpc.c --- diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile index 9a57675569c..98931cbd83f 100644 --- a/usr.sbin/amd/amq/Makefile +++ b/usr.sbin/amd/amq/Makefile @@ -1,12 +1,12 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.3 2014/10/20 06:55:59 guenther Exp $ +# $Id: Makefile,v 1.4 2015/01/21 08:16:51 guenther Exp $ PROG = amq -SRCS = amq.c amq_clnt.c amq_xdr.c misc_rpc.c +SRCS = amq.c amq_clnt.c amq_xdr.c MAN = amq.8 CFLAGS+=-I${.CURDIR}/../include CFLAGS+=-I${.CURDIR}/../rpcx -.PATH: ${.CURDIR}/../rpcx ${.CURDIR}/../amd +.PATH: ${.CURDIR}/../rpcx .include "../../Makefile.inc" .include