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.pc98 | |
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.pc98')
-rw-r--r-- | sys/conf/files.pc98 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 8e34481..e1f2b06 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -140,7 +140,7 @@ gnu/i386/fpemul/reg_u_mul.s optional gpl_math_emulate gnu/i386/fpemul/reg_u_sub.s optional gpl_math_emulate gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate -i386/apm/apm.c count apm +i386/apm/apm.c optional apm i386/i386/atomic.c standard \ compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}" i386/i386/autoconf.c standard |