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