aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-12 16:08:47 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-12 16:08:47 -0400
commit68311c8bb2e7f974b5b91ad61f85980f432f2d7f (patch)
treed4a9ed409ebadc06c878142757ac2fd0fb5456af /Makefile.inc
parent31cccc89092a6431196810f7fc29a49e51aecfa6 (diff)
downloadapple_cmds-68311c8bb2e7f974b5b91ad61f85980f432f2d7f.tar.gz
apple_cmds-68311c8bb2e7f974b5b91ad61f85980f432f2d7f.tar.zst
apple_cmds-68311c8bb2e7f974b5b91ad61f85980f432f2d7f.zip
system_cmds: shutdown may not work
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 7fd683e..6979e49 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,2 +1,6 @@
RPCGEN?=rpcgen
STRIP=
+SHAREDIR=/usr/share/
+.if !defined(BINDIR)
+BINDIR=/usr/bin
+.endif