13 lines
248 B
Makefile
13 lines
248 B
Makefile
|
# $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>
|