xref: /netbsd-src/external/bsd/am-utils/bin/scripts/Makefile (revision b78992537496bc71ee3d761f9fe0be0fc0a9a001)
1*b7899253Schristos#	$NetBSD: Makefile,v 1.1 2008/09/19 21:38:40 christos Exp $
2*b7899253Schristos
3*b7899253Schristos.include "${.CURDIR}/../Makefile.inc"
4*b7899253Schristos
5*b7899253SchristosDIST=	${IDIST}/scripts
6*b7899253Schristos.PATH:	${DIST}
7*b7899253Schristos
8*b7899253SchristosMAN+=	amd.conf.5
9*b7899253Schristos# we don't install the following script by default
10*b7899253Schristos#	automount2amd.8
11*b7899253Schristos
12*b7899253Schristos.include <bsd.man.mk>
13