old/bison/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=bison
VERSION=3.8.2
RELEASE=1
SOURCE="https://gnu.mirror.constant.com/bison/bison-3.8.2.tar.gz"
. ${0%/*}/../../libsh/libdmake.sh

$ cat ndmake.sh
#!/bin/sh -ue
NAME=bison
VERSION=3.8.2
RELEASE=1
SOURCE="https://gnu.mirror.constant.com/bison/bison-3.8.2.tar.gz"
. ${0%/*}/../../libsh/libdmake.sh