]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/amd/pawd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / amd / pawd / 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$
7
8 .PATH: ${.CURDIR}/../../../contrib/amd/amq
9
10 BINDIR= /usr/bin
11
12 PROG=   pawd
13 SRCS=   pawd.c amq_clnt.c amq_xdr.c
14
15 CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
16
17 DPADD=  ${LIBAMU}
18 LDADD=  ${LIBAMU}
19
20 .include <bsd.prog.mk>