diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 07:25:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 07:25:35 +0000 |
commit | 3d40957c27f0edf7d26bae6b477685d6babe2ed5 (patch) | |
tree | 2637933e796e9157fb00d4389b7c2fea27ca3801 | |
parent | 77bce2b7554475c2a38f4c1aa24c39335a9d27ee (diff) |
oops missing \
-rw-r--r-- | sbin/wsconsctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index 59768f8e827..76b1eb10174 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2004/01/29 02:55:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.16 2004/01/29 07:25:34 deraadt Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ ${MACHINE} == "hppa" || ${MACHINE} == "macppc" || \ ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" || \ - ${MACHINE} == "pegasos" || ${MACHINE} == "alpha" || + ${MACHINE} == "pegasos" || ${MACHINE} == "alpha" || \ ${MACHINE} == "cats" PROG= wsconsctl |