blob: e59651fe22ce222d7395b00292df845a22c2d53a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.1 2008/09/19 21:38:40 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
DIST= ${IDIST}/scripts
.PATH: ${DIST}
MAN+= amd.conf.5
# we don't install the following script by default
# automount2amd.8
.include <bsd.man.mk>
|