diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-01 16:21:17 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-01 16:21:17 +0000 |
commit | 5cd95bbee8e1e0fd211b3f68255c23edbc21b8e0 (patch) | |
tree | 18eec9de4ae3f8ea84ef58f55af382b6d9646ae4 /sbin/ancontrol | |
parent | 5e349c21eb12e8346f9eeec9e1f389e621606ee0 (diff) |
Changes to build platform specific files properly with the powerpc -> macppc
port rename. This adds support for some of these to mvmeppc when it
becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances.
ancontrol and wicontrol are MACHINE_ARCH changes.
Diffstat (limited to 'sbin/ancontrol')
-rw-r--r-- | sbin/ancontrol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ancontrol/Makefile b/sbin/ancontrol/Makefile index 20b67504e33..73f044607e6 100644 --- a/sbin/ancontrol/Makefile +++ b/sbin/ancontrol/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2001/07/02 18:13:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2001/09/01 16:21:16 drahn Exp $ -.if (${MACHINE} == "i386") || (${MACHINE} == "powerpc") || \ +.if (${MACHINE} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE} == "alpha") PROG= ancontrol CFLAGS+=-DANCACHE |