1#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
2#	$Id: Makefile,v 1.4 2015/01/21 08:16:51 guenther Exp $
3
4PROG = amq
5SRCS = amq.c amq_clnt.c amq_xdr.c
6MAN  = amq.8
7CFLAGS+=-I${.CURDIR}/../include
8CFLAGS+=-I${.CURDIR}/../rpcx
9.PATH: ${.CURDIR}/../rpcx
10
11.include "../../Makefile.inc"
12.include <bsd.prog.mk>
13