From 219babefd2509047e2f7f009c1de392d8e7634aa Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Thu, 9 Nov 2017 20:17:31 +0000 Subject: [PATCH] Set DEVELOPER=yes in make.conf As recommended by the FreeBSD Porter's Handbook. --- etc/make.conf | 1 + set-perms.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 etc/make.conf diff --git a/etc/make.conf b/etc/make.conf new file mode 100644 index 0000000..1a3cdc3 --- /dev/null +++ b/etc/make.conf @@ -0,0 +1 @@ +DEVELOPER=yes diff --git a/set-perms.sh b/set-perms.sh index 1eeb74e..fa0cd3a 100755 --- a/set-perms.sh +++ b/set-perms.sh @@ -8,3 +8,5 @@ chmod 644 etc/rc.conf chown root:wheel etc/rc.conf chmod 644 etc/ntp.conf chown root:wheel etc/ntp.conf +chmod 644 etc/make.conf +chown root:wheel etc/make.conf