diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-07 21:06:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-07 21:06:14 +0000 |
commit | ce4bfc60887adfc77b241b2fc481dd668280f050 (patch) | |
tree | 88b9c119aa4883be5ed19b4dc1dbc7f7fb956e8a /sbin/kbd | |
parent | 7bc62369840432c2f24cb6aeb17dd140605e080c (diff) |
Add a comment to remind people to update distrib/special/kbd/Makefile as
well as this file when adding architectures.
Diffstat (limited to 'sbin/kbd')
-rw-r--r-- | sbin/kbd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index 7659b8c6f36..85a76d0fbcd 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,5 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2004/01/29 08:36:13 mickey Exp $ +# $OpenBSD: Makefile,v 1.21 2004/02/07 21:06:13 miod Exp $ +# +# Be sure to change src/distrib/special/kbd/Makefile as well if you add +# architectures to this list! +# .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "macppc") || (${MACHINE} == "pegasos") || \ (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \ |