diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-02 15:32:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-02 15:32:42 +0000 |
commit | 931589a8a6e0684112e11bd087cee59f60d3612a (patch) | |
tree | 77f5d59e8d9127fc62abb5421cc1e3071b4852a4 /sys | |
parent | 02da6a295f64654852742035477e7a797e371f25 (diff) |
grr, of course cy.c needs needs-flag for conf.c
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 8e6d1048e86..503aad11ef1 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.32 1996/07/29 06:06:19 deraadt Exp $ +# $OpenBSD: files,v 1.33 1996/08/02 15:32:41 deraadt Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -44,7 +44,7 @@ file dev/ic/am7990.c le # LANCE and PCnet Ethernet controllers device cy: tty -file dev/ic/cy.c cy +file dev/ic/cy.c cy needs-flag # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have |