diff options
author | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-09 12:10:36 +0000 |
---|---|---|
committer | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-09 12:10:36 +0000 |
commit | 8936a54ac6c24f8d4b7c3e15f83f90beb2481da7 (patch) | |
tree | 6c6c8156d5ecd146f7bfcea438b9454123574848 /usr.sbin/wsconscfg/Makefile | |
parent | 49a72c91a49e1c9c55249f909e9d7cf06b05a135 (diff) |
Palm: Integration into the tree
OK deraadt@
Diffstat (limited to 'usr.sbin/wsconscfg/Makefile')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index fc46149b0b3..812cc9173aa 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2009/05/17 01:55:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.29 2009/09/09 12:10:35 marex Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "hp300" || ${MACHINE} == "hppa" || \ @@ -7,7 +7,7 @@ ${MACHINE} == "sgi" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \ ${MACHINE} == "zaurus" || ${MACHINE} == "landisk" || \ - ${MACHINE} == "socppc" + ${MACHINE} == "socppc" || ${MACHINE} == "palm" PROG= wsconscfg SRCS= wsconscfg.c |