From 08aa07cf562da14f5c931839bea1fe9c00dde871 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 18 May 2000 16:46:36 +0000 Subject: Prepare to recurse down usr.sbin to grab manpages --- usr.sbin/fdformat/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'usr.sbin/fdformat') 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 -- cgit v1.2.3-59-g8ed1b