summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-03-21 14:08:10 +0000
committerRoy Marples <roy@marples.name>2017-03-21 14:08:10 +0000
commitf77c682e763682c23e3b2a52f63486ab6e5b194f (patch)
treeb2f6478f13c8a761f462e9576f539c997ae6edc3 /Makefile.inc
parentf1660b852e43b3e3a5ef8f4454a6f7239289f988 (diff)
downloaddhcpcd-f77c682e763682c23e3b2a52f63486ab6e5b194f.tar.xz
Clean up some definitions.
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 8964381d..ddeec43d 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -10,6 +10,11 @@ CONFMODE?= 0644
CC?= cc
INSTALL?= install
SED?= sed
+HOST_SH?= /bin/sh
+
+# This isn't very portable, but I generaly make releases from NetBSD
+CKSUM?= cksum -a SHA256
+PGP?= netpgp
SED_RUNDIR= -e 's:@RUNDIR@:${RUNDIR}:g'
SED_DBDIR= -e 's:@DBDIR@:${DBDIR}:g'