diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:05:30 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:05:30 +0000 |
commit | 3c2721952acdd22b982b671548a33f940cefda16 (patch) | |
tree | f5416533cb37931191c21fb7967b071ba382de8b /sbin/kbd | |
parent | 46c930c0bb76dbb8c45bb4c7d2d0c55b5a91b3a1 (diff) |
These should build on pegasos
Diffstat (limited to 'sbin/kbd')
-rw-r--r-- | sbin/kbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index b806faecf11..688fedd7f6b 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2002/11/23 23:52:21 miod Exp $ +# $OpenBSD: Makefile,v 1.17 2003/10/31 04:05:29 drahn Exp $ .if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \ (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "vax") + (${MACHINE} == "vax") || (${MACHINE} == "pegasos") PROG= kbd SRCS= main.c kbd_wscons.c |