mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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>
|