summaryrefslogtreecommitdiffstats
path: root/Makefile.alpha
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-05 07:01:40 +0000
committerjb <jb@FreeBSD.org>1998-05-05 07:01:40 +0000
commitd50e2c72139357da549cc2a7c852db2d262a4588 (patch)
tree12deccba6f9782ffc869d6e7378a7c8b486845e2 /Makefile.alpha
parent4360d3bb5d1ebcf22cfff3553081e9ab90eae942 (diff)
downloadFreeBSD-src-d50e2c72139357da549cc2a7c852db2d262a4588.zip
FreeBSD-src-d50e2c72139357da549cc2a7c852db2d262a4588.tar.gz
Add a message about editing /etc/group to the beginning of the build.
FreeBSD needs a few groups that NetBSD doesn't provide by default. This is annoying because it is the only thing that you need to do to a NetBSD/Alpha system to bootstrap build FreeBSD/Alpha. Oh well, it wouldn't be Unix without gratuitous differences, would it?
Diffstat (limited to 'Makefile.alpha')
-rw-r--r--Makefile.alpha6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.alpha b/Makefile.alpha
index c2eb46f..100c6f4 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......"
OpenPOWER on IntegriCloud