summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-01-23 21:24:49 +0000
committermarkm <markm@FreeBSD.org>1999-01-23 21:24:49 +0000
commitdd71e080d718592695693bfca232dab8e0a58534 (patch)
tree17c05bc919a7397645fa8133d5b00a38e8adaae5 /usr.sbin/amd
parentd7eaba2e0ed023bbbcf60ba457c83c188f102e54 (diff)
downloadFreeBSD-src-dd71e080d718592695693bfca232dab8e0a58534.zip
FreeBSD-src-dd71e080d718592695693bfca232dab8e0a58534.tar.gz
Add the texinfo'ed docs to the build/install.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/Makefile4
-rw-r--r--usr.sbin/amd/Makefile.inc4
-rw-r--r--usr.sbin/amd/doc/Makefile12
3 files changed, 11 insertions, 9 deletions
diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile
index efc08e3..6eff9c4 100644
--- a/usr.sbin/amd/Makefile
+++ b/usr.sbin/amd/Makefile
@@ -3,9 +3,9 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id: Makefile,v 1.3 1998/08/27 08:09:38 obrien Exp $
+# $Id: Makefile,v 1.4 1998/09/02 21:09:09 brian Exp $
#
-SUBDIR= libamu amd amq fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
+SUBDIR= libamu amd amq doc fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
.include <bsd.subdir.mk>
diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc
index eceebcd..32c6370 100644
--- a/usr.sbin/amd/Makefile.inc
+++ b/usr.sbin/amd/Makefile.inc
@@ -1,6 +1,6 @@
# ex:ts=8
#
-# $Id: Makefile.inc,v 1.2 1998/08/30 19:59:35 gpalmer Exp $
+# $Id: Makefile.inc,v 1.3 1998/09/09 16:11:01 obrien Exp $
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
@@ -24,6 +24,7 @@ LIBAMUDIR!= cd ${.CURDIR}/../libamu; \
printf 'xwhere: .MAKE\n\t@echo \$${.OBJDIR}\n' | ${MAKE} -Bs -f-
LIBAMU= ${LIBAMUDIR}/libamu.a
+.if !defined(INFO)
SRCS+= config_local.h
CLEANFILES+= config_local.h
@@ -45,6 +46,7 @@ mount.h: ${MOUNT_X}
nfs_prot.h: ${NFS_PROT_X}
${RPCCOM} -h -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
+.endif
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile
index 3586e53..99e9902 100644
--- a/usr.sbin/amd/doc/Makefile
+++ b/usr.sbin/amd/doc/Makefile
@@ -1,14 +1,14 @@
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
-# $Id$
+# $Id: Makefile,v 1.8 1998/08/27 08:09:41 obrien Exp $
-.PATH: ${.CURDIR}/../../../contrib/amd/doc
+INFO= am-utils
-INFO = am-utils
+INFOSECTION= "AMD Documentation"
+INFOENTRY= "* Am-utils: (am-utils). The Amd automounter suite of utilities"
-INFOSECTION= "AMD Documentation"
-INFOENTRY_cpio="* Am-utils: (am-utils). The Amd automounter suite of utilities"
+MAKEINFOFLAGS+= -I ${.CURDIR}/../../../contrib/amd/doc
-SRCDIR= ${.CURDIR}/../../../contrib/amd/doc
+.PATH: ${.CURDIR}/../../../contrib/amd/doc
.include <bsd.info.mk>
OpenPOWER on IntegriCloud