If you don't have /proc but do have ps (1), you could get the parent pid like this:
PID := $(ps -p $$$$ -o ppid=)