diff options
author | dfr <dfr@FreeBSD.org> | 1999-06-19 13:12:51 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-06-19 13:12:51 +0000 |
commit | e4892b3b21c07ef548064e13019d803ef901b6ac (patch) | |
tree | 7808dfa3e15037eeb948daf88a481f493bba1355 /sys/alpha | |
parent | 5033931c400e33f558a892300212145377803409 (diff) | |
download | FreeBSD-src-e4892b3b21c07ef548064e13019d803ef901b6ac.zip FreeBSD-src-e4892b3b21c07ef548064e13019d803ef901b6ac.tar.gz |
Adjust mcclock lines to avoid config(8) warning.
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/conf/files.alpha | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/conf/files.alpha b/sys/alpha/conf/files.alpha index 6b3f3e8..112d8f8 100644 --- a/sys/alpha/conf/files.alpha +++ b/sys/alpha/conf/files.alpha @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.alpha,v 1.19 1999/05/26 23:22:13 gallatin Exp $ +# $Id: files.alpha,v 1.20 1999/06/05 13:29:57 dfr Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -98,8 +98,8 @@ alpha/tc/am7990.c optional le device-driver alpha/tc/tcds.c optional tcds device-driver alpha/tc/tcds_dma.c optional tcds device-driver alpha/tc/esp.c optional esp device-driver -dev/dec/mcclock.c standard device-driver -mcclock_if.o standard \ +dev/dec/mcclock.c optional mcclock device-driver +mcclock_if.o optional mcclock \ dependency "mcclock_if.c" \ compile-with "${NORMAL_C}" \ no-implicit-rule local @@ -108,7 +108,7 @@ mcclock_if.c standard \ compile-with "perl $S/kern/makedevops.pl -c $S/dev/dec/mcclock_if.m" \ no-obj no-implicit-rule before-depend local \ clean "mcclock_if.c" -mcclock_if.h standard \ +mcclock_if.h optional mcclock \ dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \ compile-with "perl $S/kern/makedevops.pl -h $S/dev/dec/mcclock_if.m" \ no-obj no-implicit-rule before-depend \ |