From b5563d0851d4ec8929ecca588ca8969c951adb95 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 30 Jun 2004 14:52:49 +0000 Subject: [PATCH] My last commit broke oldcard. Rather than duplicate the lines for pccarddevs.h, just make it standard for now. Once oldcard is gone, we'll revisit. --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 08b7b4035028..10c2df72614e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -45,7 +45,7 @@ miidevs.h optional miibus \ compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \ no-obj no-implicit-rule before-depend \ clean "miidevs.h" -pccarddevs.h optional pccard \ +pccarddevs.h standard \ dependency "$S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \ compile-with "${AWK} -f $S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \ no-obj no-implicit-rule before-depend \