summaryrefslogtreecommitdiff
path: root/usr.sbin/amd/amq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/amq/Makefile')
-rw-r--r--usr.sbin/amd/amq/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile
index b382e48e7d9..9a57675569c 100644
--- a/usr.sbin/amd/amq/Makefile
+++ b/usr.sbin/amd/amq/Makefile
@@ -1,14 +1,11 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.2 2014/10/20 00:20:04 guenther Exp $
-
-.include "../config/Makefile.config"
+# $Id: Makefile,v 1.3 2014/10/20 06:55:59 guenther Exp $
PROG = amq
SRCS = amq.c amq_clnt.c amq_xdr.c misc_rpc.c
MAN = amq.8
CFLAGS+=-I${.CURDIR}/../include
CFLAGS+=-I${.CURDIR}/../rpcx
-CFLAGS+=-I${.CURDIR}/../config
.PATH: ${.CURDIR}/../rpcx ${.CURDIR}/../amd
.include "../../Makefile.inc"