diff options
| author | macallan <macallan@NetBSD.org> | 2006-09-29 20:12:01 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2006-09-29 20:12:01 +0000 |
| commit | e4bbe76d493bdc9fa9a7b9d75dc41287f4e3c993 (patch) | |
| tree | 4df5644c1474c81f551879eda4852e54031c19b8 | |
| parent | da8e22116cd29f7dd3894d64539c79aabd265faa (diff) | |
fix typo
| -rw-r--r-- | usr.sbin/ofctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ofctl/Makefile b/usr.sbin/ofctl/Makefile index cbbb6b9bcf5..784faf31d62 100644 --- a/usr.sbin/ofctl/Makefile +++ b/usr.sbin/ofctl/Makefile @@ -1,7 +1,7 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $NetBSD: Makefile,v 1.1 2006/09/29 19:03:11 macallan Exp $ +# $NetBSD: Makefile,v 1.2 2006/09/29 20:12:01 macallan Exp $ -.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" ${MACHINE} == "shark" +.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" || ${MACHINE} == "shark" PROG= ofctl |
