some etc fixes

. split user-editable and system-owned files in etc/Makefile
	. mtab is a symlink, not a file now; remove it
	. force-install of certain system-controlled /etc files from
	  top Makefile
	. rename /etc/make.conf to /etc/mk.conf; and don't set $ARCH;
	  reduce difference in bsd.own.mk

Change-Id: I9f4bbb8d37ba80cba7dcfcf1a9a89e934910f579
This commit is contained in:
Ben Gras
2013-04-02 22:42:17 +00:00
parent b622d2b795
commit d6bc6cb44b
6 changed files with 26 additions and 17 deletions

View File

@@ -10,9 +10,6 @@ _BSD_OWN_MK_=1
.if defined(__MINIX)
# LSC FIXME: Useless difference, Should use the mk.conf
MAKECONF?= /etc/make.conf
# Some Minix deviations from NetBSD
LDSTATIC?= -static
MKDYNAMICROOT?= no
@@ -56,10 +53,9 @@ MACHINE:= i386
. endif
. endif # !defined(HOSTPROG) && !defined(HOSTLIB)
.endif # __uname_s == "Minix"
.else
MAKECONF?= /etc/mk.conf
.endif # defined(__MINIX)
MAKECONF?= /etc/mk.conf
.-include "${MAKECONF}"
#