diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-02-05 23:25:19 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-02-05 23:25:19 +0000 |
commit | 7b3f1796f89df98cd6ce7108407036cf17b88ddc (patch) | |
tree | f99e69f652ce4cc92dc6540853082c5ec95589eb | |
parent | 5570c55a298af5dccfc73342d84495ed7aa0df97 (diff) | |
download | FreeBSD-src-7b3f1796f89df98cd6ce7108407036cf17b88ddc.zip FreeBSD-src-7b3f1796f89df98cd6ce7108407036cf17b88ddc.tar.gz |
Correct help line: list targets, not names of files generated by targets
when no argument is provided to make.
MFC after: 1 week
-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 |