Makefile revision 1.3
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2#	$NetBSD: Makefile,v 1.3 2007/05/25 18:27:25 macallan Exp $
3
4.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" || ${MACHINE} == "shark" \
5	|| ${MACHINE} == "sparc"
6
7PROG=	ofctl
8
9SRCS=	ofctl.c
10
11.endif
12
13MAN=	ofctl.8
14
15.include <bsd.prog.mk>
16