diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-05 07:01:40 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-05 07:01:40 +0000 |
| commit | 00a032f66631befacb1545fa0d2e68ce5460a226 (patch) | |
| tree | c33ac354a3d3773223729afa979cac076c5051d5 /Makefile.alpha | |
| parent | b0766867812f7e4576b5f5568de51d8d5a9f327d (diff) | |
Notes
Diffstat (limited to 'Makefile.alpha')
| -rw-r--r-- | Makefile.alpha | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.alpha b/Makefile.alpha index c2eb46ff2126..100c6f4e6f2d 100644 --- a/Makefile.alpha +++ b/Makefile.alpha @@ -1,4 +1,4 @@ -# $Id: Makefile.alpha,v 1.7 1998/03/23 22:18:42 jb Exp $ +# $Id: Makefile.alpha,v 1.8 1998/03/30 23:10:39 jb Exp $ # # NOTE: # @@ -99,6 +99,10 @@ buildworld: @echo " ======= system you are building on, but you should consider what" @echo " ======= you would do if that happened." @echo + @echo " You will need to manually edit /etc/group on your NetBSD" + @echo " system to include any missing groups in FreeBSD's" + @echo " src/etc/group." + @echo @echo " ABORT NOW IF UNSURE!" @sleep 10 @echo " OK, here we go......" |
