mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
14 lines
328 B
Makefile
14 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>
|