1# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 2# $NetBSD: Makefile,v 1.1 2006/09/29 19:03:11 macallan Exp $ 3 4.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" ${MACHINE} == "shark" 5 6PROG= ofctl 7 8SRCS= ofctl.c 9 10.endif 11 12MAN= ofctl.8 13 14.include <bsd.prog.mk> 15