summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-01-21 08:16:51 +0000
committerguenther <guenther@openbsd.org>2015-01-21 08:16:51 +0000
commit0cc5d532ff7339aacb14f2e5ef02efb1439f6be2 (patch)
tree23025255be3238efeed715805b48253c425a384b /usr.sbin/amd
parentAssume NFS_CHECK and RO_CHECK are defined. (diff)
downloadwireguard-openbsd-0cc5d532ff7339aacb14f2e5ef02efb1439f6be2.tar.xz
wireguard-openbsd-0cc5d532ff7339aacb14f2e5ef02efb1439f6be2.zip
amq doesn't use anything from misc_rpc.c
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/amq/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <bsd.prog.mk>