2006-09-29 23:03:11 +04:00
|
|
|
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
2007-05-25 22:27:25 +04:00
|
|
|
# $NetBSD: Makefile,v 1.3 2007/05/25 18:27:25 macallan Exp $
|
2006-09-29 23:03:11 +04:00
|
|
|
|
2007-05-25 22:27:25 +04:00
|
|
|
.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" || ${MACHINE} == "shark" \
|
|
|
|
|| ${MACHINE} == "sparc"
|
2006-09-29 23:03:11 +04:00
|
|
|
|
|
|
|
PROG= ofctl
|
|
|
|
|
|
|
|
SRCS= ofctl.c
|
|
|
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN= ofctl.8
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|