nlookup.9 - document nlookup_init_root
[dragonfly.git] / usr.sbin / amd / fixmount / Makefile
blob3d4b78b7b67565f25f37a34c793f4891b00c9eab
1 # ex:ts=8
3 # Makefile for amd
4 # This file is under a "BSD" copyright (c) by David O'Brien 1998
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 $
10 .PATH: ${.CURDIR}/../../../contrib/amd/fixmount \
11 ${.CURDIR}/../../../contrib/amd/conf/checkmount
13 PROG= fixmount
14 MAN= fixmount.8
16 SRCS= fixmount.c
18 # These would be links created by the GNU-style configure
19 SRCS+= checkmount_bsd44.c
21 DPADD= ${LIBAMU} ${LIBRPCSVC}
22 LDADD= ${LIBAMU} -lrpcsvc
24 .include <bsd.prog.mk>