Make ofctl for ofppc machines.
This commit is contained in:
parent
ec25c2dafe
commit
026f5f1d75
|
@ -1,8 +1,11 @@
|
|||
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
||||
# $NetBSD: Makefile,v 1.6 2009/12/13 05:01:33 nakayama Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2010/06/20 21:30:26 matt Exp $
|
||||
|
||||
.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" \
|
||||
|| ${MACHINE} == "shark" || ${MACHINE} == "sparc"
|
||||
.if ${MACHINE} == "sparc64" \
|
||||
|| ${MACHINE} == "macppc" \
|
||||
|| ${MACHINE} == "ofppc" \
|
||||
|| ${MACHINE} == "shark" \
|
||||
|| ${MACHINE} == "sparc"
|
||||
|
||||
PROG= ofctl
|
||||
|
||||
|
|
Loading…
Reference in New Issue