15 lines
331 B
Makefile
15 lines
331 B
Makefile
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
|
|
|
|
# $FreeBSD$
|
|
|
|
INFO= am-utils
|
|
|
|
INFOSECTION= "AMD Documentation"
|
|
INFOENTRY= "* Am-utils: (am-utils). The Amd automounter suite of utilities"
|
|
|
|
MAKEINFOFLAGS+= -I ${.CURDIR}/../../../contrib/amd/doc
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/amd/doc
|
|
|
|
.include <bsd.info.mk>
|