Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ofctl Make ofctl for ofppc machines.



details:   https://anonhg.NetBSD.org/src/rev/6ef9c387db32
branches:  trunk
changeset: 755786:6ef9c387db32
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jun 20 21:30:26 2010 +0000

description:
Make ofctl for ofppc machines.

diffstat:

 usr.sbin/ofctl/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 5ea9c7406f4b -r 6ef9c387db32 usr.sbin/ofctl/Makefile
--- a/usr.sbin/ofctl/Makefile   Sun Jun 20 17:43:33 2010 +0000
+++ b/usr.sbin/ofctl/Makefile   Sun Jun 20 21:30:26 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index