diff options
| author | christos <christos@NetBSD.org> | 2015-03-07 15:15:24 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2015-03-07 15:15:24 +0000 |
| commit | f94d1cb90e393efd8a3d29ef920ae9628c33512b (patch) | |
| tree | a9aaa563d94b31ebc05e5b4aa6b73ccbe14249a3 | |
| parent | 848a0c720d84c75bd22d7d82a9415bc3f9028083 (diff) | |
fix typo
| -rw-r--r-- | sys/compat/sunos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/sunos/Makefile b/sys/compat/sunos/Makefile index 33b4d738d34..2910a63aac2 100644 --- a/sys/compat/sunos/Makefile +++ b/sys/compat/sunos/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.6 2014/01/14 18:51:25 christos Exp $ +# $NetBSD: Makefile,v 1.7 2015/03/07 15:15:24 christos Exp $ -SYACALL_PREFIX=sunos +SYSCALL_PREFIX=sunos .include <bsd.syscall.mk> |
