15 lines
374 B
Makefile
Raw Normal View History

1998-08-27 08:09:42 +00:00
# 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 $
1998-08-27 08:09:42 +00:00
INFO= am-utils
1998-08-27 08:09:42 +00:00
INFOSECTION= "AMD Documentation"
INFOENTRY= "* Am-utils: (am-utils). The Amd automounter suite of utilities"
1998-08-27 08:09:42 +00:00
MAKEINFOFLAGS+= -I ${.CURDIR}/../../../contrib/amd/doc
1998-08-27 08:09:42 +00:00
.PATH: ${.CURDIR}/../../../contrib/amd/doc
1998-08-27 08:09:42 +00:00
.include <bsd.info.mk>