diff options
author | 2002-06-23 23:20:19 +0000 | |
---|---|---|
committer | 2002-06-23 23:20:19 +0000 | |
commit | d8f1c52b68adbf54e721bb6a8134e99220d890da (patch) | |
tree | 33ea122578f65b4b1abeeca3050ecb9117ca2fab | |
parent | make CAPS_IS_CONTROL a default. pvalchev ok (diff) | |
download | wireguard-openbsd-d8f1c52b68adbf54e721bb6a8134e99220d890da.tar.xz wireguard-openbsd-d8f1c52b68adbf54e721bb6a8134e99220d890da.zip |
committed by mistake
-rw-r--r-- | sys/arch/macppc/conf/files.macppc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc index 6376e1e9435..0885e488c1c 100644 --- a/sys/arch/macppc/conf/files.macppc +++ b/sys/arch/macppc/conf/files.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.macppc,v 1.10 2002/06/23 23:19:46 itojun Exp $ +# $OpenBSD: files.macppc,v 1.11 2002/06/23 23:20:19 itojun Exp $ # # macppc-specific configuration info @@ -216,11 +216,6 @@ include "dev/pcmcia/files.pcmcia" # include "dev/usb/files.usb" -# -# Machine-independent IEEE1394 drivers -# -include "dev/ieee1394/files.ieee1394" - # Sun HME Ethernet controllers device hme: ether, ifnet, mii, ifmedia file dev/ic/hme.c |