From e4892b3b21c07ef548064e13019d803ef901b6ac Mon Sep 17 00:00:00 2001 From: dfr Date: Sat, 19 Jun 1999 13:12:51 +0000 Subject: [PATCH] Adjust mcclock lines to avoid config(8) warning. --- sys/alpha/conf/files.alpha | 8 ++++---- sys/conf/files.alpha | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/alpha/conf/files.alpha b/sys/alpha/conf/files.alpha index 6b3f3e8a4c31..112d8f877106 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 \ diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha index 6b3f3e8a4c31..112d8f877106 100644 --- a/sys/conf/files.alpha +++ b/sys/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 \