Sun Jun 20 21:30:27 2010 UTC ()
Make ofctl for ofppc machines.


(matt)
diff -r1.6 -r1.7 src/usr.sbin/ofctl/Makefile

cvs diff -r1.6 -r1.7 src/usr.sbin/ofctl/Makefile (expand / switch to unified diff)

--- src/usr.sbin/ofctl/Makefile 2009/12/13 05:01:33 1.6
+++ src/usr.sbin/ofctl/Makefile 2010/06/20 21:30:26 1.7
@@ -1,18 +1,21 @@ @@ -1,18 +1,21 @@
1# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 1# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
2# $NetBSD: Makefile,v 1.6 2009/12/13 05:01:33 nakayama Exp $ 2# $NetBSD: Makefile,v 1.7 2010/06/20 21:30:26 matt Exp $
3 3
4.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" \ 4.if ${MACHINE} == "sparc64" \
5 || ${MACHINE} == "shark" || ${MACHINE} == "sparc" 5 || ${MACHINE} == "macppc" \
 6 || ${MACHINE} == "ofppc" \
 7 || ${MACHINE} == "shark" \
 8 || ${MACHINE} == "sparc"
6 9
7PROG= ofctl 10PROG= ofctl
8 11
9SRCS= ofctl.c 12SRCS= ofctl.c
10 13
11LDADD+= -lprop 14LDADD+= -lprop
12DPADD+= ${LIBPROP} 15DPADD+= ${LIBPROP}
13 16
14.endif 17.endif
15 18
16MAN= ofctl.8 19MAN= ofctl.8
17 20
18.include <bsd.prog.mk> 21.include <bsd.prog.mk>