]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/amd/fixmount/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / amd / fixmount / 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/fixmount \
9        ${.CURDIR}/../../../contrib/amd/conf/checkmount
10
11 PROG=   fixmount
12 MAN=    fixmount.8
13 SRCS=   fixmount.c 
14
15 #       These would be links created by the GNU-style configure
16 SRCS+=  checkmount_bsd44.c
17
18 DPADD=  ${LIBAMU} ${LIBRPCSVC}
19 LDADD=  ${LIBAMU} -lrpcsvc
20
21 .include <bsd.prog.mk>