15 lines
374 B
Makefile
15 lines
374 B
Makefile
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
|
|
|
|
# $Id: Makefile,v 1.8 1998/08/27 08:09:41 obrien Exp $
|
|
|
|
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>
|