Module Name:    src
Committed By:   matt
Date:           Sun Jun 20 21:30:27 UTC 2010

Modified Files:
        src/usr.sbin/ofctl: Makefile

Log Message:
Make ofctl for ofppc machines.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/ofctl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/ofctl/Makefile
diff -u src/usr.sbin/ofctl/Makefile:1.6 src/usr.sbin/ofctl/Makefile:1.7
--- src/usr.sbin/ofctl/Makefile:1.6	Sun Dec 13 05:01:33 2009
+++ src/usr.sbin/ofctl/Makefile	Sun Jun 20 21:30:26 2010
@@ -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
 

Reply via email to