diff options
Diffstat (limited to 'usr.sbin/amd/doc/Makefile')
-rw-r--r-- | usr.sbin/amd/doc/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile new file mode 100644 index 0000000..3586e53 --- /dev/null +++ b/usr.sbin/amd/doc/Makefile @@ -0,0 +1,14 @@ +# 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> |