Installing Procket (modified version) in OpenBSD using Makefile

0

I'm working on an assignment in which we need to configure OpenSourceRouting's IS-IS on OpenBSD (uname -r: 6.5). It requires:

  1. Erlang
  2. Rebar
  3. Relx
  4. Procket (modified version)

So far, I've downloaded & installed first three pre-reqs (Erlang17, Rebar & Relx). Now, I'm configuring Procket (Download Link), In the documentation, it says

COMPILING

Try running: make

When I run make, it show following errors:

Compile: not found

***Error 1 in (Makefile:15 'compile': @ compile)

same thing is happening for clean.

What should I do? what is the cause of it?

Sikander Hayyat

Posted 2019-07-03T07:09:12.747

Reputation: 1

No answers