summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2002-11-06 17:54:51 +0000
committerpvalchev <pvalchev@openbsd.org>2002-11-06 17:54:51 +0000
commite905c05b6415096ec123444484b4f76b5d40803c (patch)
treede89ee7c22c25f7110c8c392b01aa76fb6c411a0 /usr.sbin/amd
parent- make -u identical with "-o update". The same for -f,-r,-w. (diff)
downloadwireguard-openbsd-e905c05b6415096ec123444484b4f76b5d40803c.tar.xz
wireguard-openbsd-e905c05b6415096ec123444484b4f76b5d40803c.zip
no need for makeinfo --no-warn anymore; fgs removed offending parts in
last commit
Diffstat (limited to 'usr.sbin/amd')
-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 44d081e8db0..85b1e9cb1d8 100644
--- a/usr.sbin/amd/doc/Makefile
+++ b/usr.sbin/amd/doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2002/11/02 19:17:41 fgsch Exp $
+# $OpenBSD: Makefile,v 1.6 2002/11/06 17:54:51 pvalchev Exp $
INFO = amdref.info amdref.info-1 amdref.info-2 amdref.info-3
SRCS = amdref.texinfo
@@ -6,7 +6,7 @@ SRCS = amdref.texinfo
all: ${INFO}
${INFO}: ${SRCS}
- -makeinfo --no-validate --no-warn ${.CURDIR}/${SRCS}
+ -makeinfo --no-validate ${.CURDIR}/${SRCS}
clean cleandir:
-rm -f ${INFO}