diff options
-rw-r--r-- | sys/i386/ibcs2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/Makefile b/sys/i386/ibcs2/Makefile index a46885f..68e91fa 100644 --- a/sys/i386/ibcs2/Makefile +++ b/sys/i386/ibcs2/Makefile @@ -3,7 +3,7 @@ # $FreeBSD$ all: - @echo "make sysent.c, isc_sysent.c or xenix_sysent.c only" + @echo "make sysent, isc_sysent or xenix_sysent only" sysent: ibcs2_sysent.c ibcs2_syscall.h ibcs2_proto.h |