summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/doc/Makefile')
-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 636273f9c3b..e541949a097 100644
--- a/usr.sbin/amd/doc/Makefile
+++ b/usr.sbin/amd/doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2006/07/12 23:00:07 espie Exp $
+# $OpenBSD: Makefile,v 1.8 2015/01/21 09:47:15 guenther Exp $
INFO = amdref.info
SRCS = amdref.texinfo
@@ -6,7 +6,7 @@ SRCS = amdref.texinfo
all: ${INFO}
${INFO}: ${SRCS}
- -makeinfo --no-validate --no-split ${.CURDIR}/${SRCS}
+ -makeinfo --no-split ${.CURDIR}/${SRCS}
clean cleandir:
-rm -f ${INFO}