Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.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: src/usr.sbin/amd/fixmount/Makefile,v 1.4.2.1 2001/04/25 12:09:13 ru Exp $
7 # $DragonFly: src/usr.sbin/amd/fixmount/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
8 #
9
10 .PATH:          ${.CURDIR}/../../../contrib/amd/fixmount \
11                 ${.CURDIR}/../../../contrib/amd/conf/checkmount
12
13 PROG=           fixmount
14 MAN=            fixmount.8
15
16 SRCS=           fixmount.c 
17
18 #               These would be links created by the GNU-style configure
19 SRCS+=          checkmount_bsd44.c
20
21 DPADD=          ${LIBAMU} ${LIBRPCSVC}
22 LDADD=          ${LIBAMU} -lrpcsvc
23
24 .include <bsd.prog.mk>