diff options
author | 1996-02-20 05:25:25 +0000 | |
---|---|---|
committer | 1996-02-20 05:25:25 +0000 | |
commit | b28b6afab048bc2121459bdf377ffe7b306eae53 (patch) | |
tree | 498b05bfb21ee4255ea60d27b603c53abec0f9f4 | |
parent | netbsd -> bsd in the config files (diff) | |
download | wireguard-openbsd-b28b6afab048bc2121459bdf377ffe7b306eae53.tar.xz wireguard-openbsd-b28b6afab048bc2121459bdf377ffe7b306eae53.zip |
Makefile generates assym.h instead of assym.s, now.
-rw-r--r-- | sys/arch/mac68k/mac68k/locore.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s index e9946721968..aa10796e158 100644 --- a/sys/arch/mac68k/mac68k/locore.s +++ b/sys/arch/mac68k/mac68k/locore.s @@ -77,7 +77,7 @@ * @(#)locore.s 7.11 (Berkeley) 5/9/91 */ -#include "assym.s" +#include "assym.h" #include "vectors.s" #include "macglobals.s" |