diff options
author | 2002-07-12 10:25:02 +0000 | |
---|---|---|
committer | 2002-07-12 10:25:02 +0000 | |
commit | 9ef1c7287b25359f4b2e505894ca48b619bbe27b (patch) | |
tree | 01fb5972ca6016086f2f9d9875287220db7f1dd8 | |
parent | remove printing of soon-to-be-gone flags. (diff) | |
download | wireguard-openbsd-9ef1c7287b25359f4b2e505894ca48b619bbe27b.tar.xz wireguard-openbsd-9ef1c7287b25359f4b2e505894ca48b619bbe27b.zip |
No need to include files.sun, which only add the "frim event" stuff which
has absolutely no use on wscons architectures.
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 5870323de26..75ccb3ff635 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.40 2002/06/20 14:44:17 jason Exp $ +# $OpenBSD: files.sparc64,v 1.41 2002/07/12 10:25:02 miod Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -26,7 +26,6 @@ file dev/ic/hme.c hme device uperf file arch/sparc64/dev/uperf.c uperf needs-flag -include "dev/sun/files.sun" include "dev/wscons/files.wscons" include "dev/rasops/files.rasops" include "dev/wsfont/files.wsfont" |