summaryrefslogtreecommitdiff
path: root/sbin/bioctl/Makefile
blob: 3f3591240c5f193336715c3d857740168b86d24c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.1 2005/03/29 22:04:21 marco Exp $

.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
    (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \
    (${MACHINE} == "cats") || (${MACHINE} == "hppa")

PROG=	bioctl
.else
NOPROG=
.endif

MAN=	bioctl.8

.include <bsd.prog.mk>