]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Clean up some definitions.
authorRoy Marples <roy@marples.name>
Tue, 21 Mar 2017 14:08:10 +0000 (14:08 +0000)
committerRoy Marples <roy@marples.name>
Tue, 21 Mar 2017 14:08:10 +0000 (14:08 +0000)
Makefile
Makefile.inc
src/Makefile

index baa7caca2bd433ee974d6dc2a32eb90ba976e768..4e834bf921702af8938ad963193f8beca179cc4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,10 +13,6 @@ DISTFILEGZ?= ${DISTPREFIX}.tar.gz
 DISTFILE?=     ${DISTPREFIX}.tar.xz
 DISTINFO=      ${DISTFILE}.distinfo
 DISTINFOSIGN=  ${DISTINFO}.asc
-CKSUM?=                cksum -a SHA256
-PGP?=          netpgp
-
-HOST_SH?=      /bin/sh
 
 CLEANFILES+=   *.tar.xz
 
index 8964381d0d673bbba6dfe8eb44e2c3f6371683cd..ddeec43d2bd1c0f56ed3c6504ef0cdad811bbb62 100644 (file)
@@ -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'
index 30e586f359ce33e02d4492de1288d6b25906d5bd..49ad3f9dfe01aa82ada26261e27a6e43a0e54bd9 100644 (file)
@@ -45,8 +45,6 @@ SED_SYS=              -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g'
 
 DEPEND!=       test -e .depend && echo ".depend" || echo ""
 
-HOST_SH?=      /bin/sh
-
 CLEANFILES+=   *.tar.xz
 
 .PHONY:                import import-bsd dev test