diff options
author | peter <peter@FreeBSD.org> | 2001-01-19 14:09:54 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-19 14:09:54 +0000 |
commit | 802c02830905f75c53f335d7938b97d0120f738e (patch) | |
tree | fd5bd6b1029f6c6a521208c6e0d55e1705bf2eab /sys/conf/files.ia64 | |
parent | 91d167d573b821562968d96a4b54bde071974c30 (diff) | |
download | FreeBSD-src-802c02830905f75c53f335d7938b97d0120f738e.zip FreeBSD-src-802c02830905f75c53f335d7938b97d0120f738e.tar.gz |
Convert apm from a bogus 'count' into a plain option. Clean out some
other cruft from the files.alpha and files.ia64 that were related to this.
Diffstat (limited to 'sys/conf/files.ia64')
-rw-r--r-- | sys/conf/files.ia64 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64 index de03a66..dc5505c 100644 --- a/sys/conf/files.ia64 +++ b/sys/conf/files.ia64 @@ -12,10 +12,6 @@ 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 "/usr/sbin/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" \ |