mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-15 10:16:11 -04:00
13 lines
249 B
Makefile
13 lines
249 B
Makefile
# $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>
|