summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2000-05-18 16:46:36 +0000
committerespie <espie@openbsd.org>2000-05-18 16:46:36 +0000
commit08aa07cf562da14f5c931839bea1fe9c00dde871 (patch)
treee87f14f5ed9dcd35823b1e9fa27cb3c789d677f4 /usr.sbin/fdformat
parentUpdate from perl-current--fixes the op/universal test. (diff)
downloadwireguard-openbsd-08aa07cf562da14f5c931839bea1fe9c00dde871.tar.xz
wireguard-openbsd-08aa07cf562da14f5c931839bea1fe9c00dde871.zip
Prepare to recurse down usr.sbin to grab manpages
Diffstat (limited to 'usr.sbin/fdformat')
-rw-r--r--usr.sbin/fdformat/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
index 03ef94bd028..a514020e167 100644
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -1,7 +1,15 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/28 00:53:37 downsj Exp $
+# $OpenBSD: Makefile,v 1.3 2000/05/18 16:46:37 espie Exp $
+.if ${MACHINE} == "i386" || ${MACHINE} == "sparc"
PROG= fdformat
DPADD= ${LIBUTIL}
LDADD= -lutil
+.else
+NOPROG=yes
+.endif
+
+MAN=fdformat.1
+
+MANSUBDIR=i386 sparc
.include <bsd.prog.mk>