summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/doc
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2002-09-07 00:15:10 +0000
committerpvalchev <pvalchev@openbsd.org>2002-09-07 00:15:10 +0000
commit97565846fa46a671457ddb277e0336e162218feb (patch)
treebdaa829af71d4abaecbb5bd5980e43cac63627c7 /usr.sbin/amd/doc
parentRemove 64-bit gcc emulation stuff. We're not using it. (diff)
downloadwireguard-openbsd-97565846fa46a671457ddb277e0336e162218feb.tar.xz
wireguard-openbsd-97565846fa46a671457ddb277e0336e162218feb.zip
makeinfo --no-warn to suppress harmless but annoying warnings
Diffstat (limited to 'usr.sbin/amd/doc')
-rw-r--r--usr.sbin/amd/doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile
index 2873a26e271..4679090fff3 100644
--- a/usr.sbin/amd/doc/Makefile
+++ b/usr.sbin/amd/doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2000/12/15 22:31:48 millert Exp $
+# $OpenBSD: Makefile,v 1.4 2002/09/07 00:15:10 pvalchev Exp $
INFO = amdref.info amdref.info-1 amdref.info-2 amdref.info-3 amdref.info-4
SRCS = amdref.texinfo
@@ -6,7 +6,7 @@ SRCS = amdref.texinfo
all: ${INFO}
${INFO}: ${SRCS}
- -makeinfo --no-validate ${.CURDIR}/${SRCS}
+ -makeinfo --no-validate --no-warn ${.CURDIR}/${SRCS}
clean cleandir:
-rm -f ${INFO}