blob: d77d7912b8d0222a71fc81895d7a7897b3be3476 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.1.1.1 2000/11/20 00:16:18 wiz 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>
|