diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-10-01 02:41:30 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-10-01 02:41:30 +0000 |
| commit | ad9687aff39896f41522791fb63a3c81aa442673 (patch) | |
| tree | fe97fc981f65dc212ccf24896d3919728669d7dd | |
| parent | f967923cf8e4ab916b12bb7846466a7bb3bcd340 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/files.alpha | 5 | ||||
| -rw-r--r-- | sys/conf/files.alpha | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/alpha/conf/files.alpha b/sys/alpha/conf/files.alpha index 272d1f6f317a5..6223c7162a623 100644 --- a/sys/alpha/conf/files.alpha +++ b/sys/alpha/conf/files.alpha @@ -12,6 +12,11 @@ font8x16.o optional std8x16font \ compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \ no-implicit-rule before-depend \ clean "${STD8X16FONT}-8x16 font8x16.c" +# make sure apm.h gets made correctly +apm.h standard \ + compile-with "echo '#define NAPM 0' > apm.h" \ + no-obj no-implicit-rule before-depend + # atkbdmap.h optional atkbd_dflt_keymap \ compile-with "kbdcontrol -L ${ATKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > atkbdmap.h" \ diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha index 272d1f6f317a5..6223c7162a623 100644 --- a/sys/conf/files.alpha +++ b/sys/conf/files.alpha @@ -12,6 +12,11 @@ font8x16.o optional std8x16font \ compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \ no-implicit-rule before-depend \ clean "${STD8X16FONT}-8x16 font8x16.c" +# make sure apm.h gets made correctly +apm.h standard \ + compile-with "echo '#define NAPM 0' > apm.h" \ + no-obj no-implicit-rule before-depend + # atkbdmap.h optional atkbd_dflt_keymap \ compile-with "kbdcontrol -L ${ATKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > atkbdmap.h" \ |
