diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ancontrol/Makefile | 4 | ||||
-rw-r--r-- | sbin/wicontrol/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ancontrol/Makefile b/sbin/ancontrol/Makefile index 1959fda50c5..c7ca4e130e1 100644 --- a/sbin/ancontrol/Makefile +++ b/sbin/ancontrol/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 2004/01/29 03:42:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2004/08/06 20:33:02 mickey Exp $ .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ - (${MACHINE} == "cats") + (${MACHINE} == "cats") || (${MACHINE} == "hppa") PROG= ancontrol CPPFLAGS+=-DANCACHE diff --git a/sbin/wicontrol/Makefile b/sbin/wicontrol/Makefile index f4ba84b27d1..f71c41f6fbe 100644 --- a/sbin/wicontrol/Makefile +++ b/sbin/wicontrol/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2004/01/29 03:42:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2004/08/06 20:33:02 mickey Exp $ # From: Makefile,v 1.1 1999/05/05 07:37:06 wpaul Exp $ .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc") || \ (${MACHINE} == "sparc64") || (${MACHINE_ARCH} == "powerpc") || \ - (${MACHINE} == "cats") + (${MACHINE} == "cats") || (${MACHINE} == "hppa") PROG= wicontrol SRCS= wicontrol.c .else |