2006-09-29 23:03:11 +04:00
|
|
|
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
2006-09-30 00:12:01 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 2006/09/29 20:12:01 macallan Exp $
|
2006-09-29 23:03:11 +04:00
|
|
|
|
2006-09-30 00:12:01 +04:00
|
|
|
.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" || ${MACHINE} == "shark"
|
2006-09-29 23:03:11 +04:00
|
|
|
|
|
|
|
PROG= ofctl
|
|
|
|
|
|
|
|
SRCS= ofctl.c
|
|
|
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN= ofctl.8
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|