Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / amd / amq / Makefile
1 # ex:ts=8
2 #
3 # Makefile for amd
4 #       This file is under a "BSD" copyright (c) by David O'Brien 1998
5 #
6 # $FreeBSD: src/usr.sbin/amd/amq/Makefile,v 1.12.2.1 2001/04/25 12:09:13 ru Exp $
7 # $DragonFly: src/usr.sbin/amd/amq/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
8 #
9
10 .PATH:          ${.CURDIR}/../../../contrib/amd/amq
11
12 PROG=           amq
13 MAN=            amq.8
14
15 SRCS=           amq.c amq_clnt.c amq_xdr.c
16
17 CFLAGS+=        -I${.CURDIR}/../../../contrib/amd/amq
18
19 DPADD+=         ${LIBAMU}
20 LDADD+=         ${LIBAMU}
21
22 .include <bsd.prog.mk>