diff options
author | 1996-08-02 15:32:41 +0000 | |
---|---|---|
committer | 1996-08-02 15:32:41 +0000 | |
commit | 33721939ea56dd29075c4627c8b97c0709db5455 (patch) | |
tree | f15eb586527e9308d60e412508b6e1e26d8e680c | |
parent | zap getopt() case of -?, come on, it is the default! (diff) | |
download | wireguard-openbsd-33721939ea56dd29075c4627c8b97c0709db5455.tar.xz wireguard-openbsd-33721939ea56dd29075c4627c8b97c0709db5455.zip |
grr, of course cy.c needs needs-flag for conf.c
-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 |