blob: 3b97a0b97ac32446752a872ecee000be8921bff5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.4 2003/10/31 04:05:29 drahn Exp $
.if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
(${MACHINE} == "alpha") || (${MACHINE} == "pegasos")
PROG= iopctl
.else
NOPROG=
.endif
MAN= iopctl.8
.include <bsd.prog.mk>
|