summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-09-19 01:31:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-09-19 01:31:53 +0000
commitd3d4a61f892a1f44ae7f14e9b61881f2f1007776 (patch)
tree40461eb93fce42ccc7e12de70a15b86c0558ed74 /usr.sbin
parent4ac1e8d3b402e1239600c9816a74b9e8940b045a (diff)
install man page too
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/fdformat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
index 852dc06064e..bb44143f4c5 100644
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2005/09/19 01:28:59 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2005/09/19 01:31:52 deraadt Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "amd64"
@@ -11,6 +11,6 @@ NOPROG=yes
MAN=fdformat.1
-MANSUBDIR=i386 sparc sparc64
+MANSUBDIR=i386 sparc sparc64 amd64
.include <bsd.prog.mk>