summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Bryars <mark@darkskiez.co.uk>2012-05-04 22:19:13 +0100
committerMark Bryars <mark@darkskiez.co.uk>2012-05-04 22:19:13 +0100
commite756c7948078bd5109c5b8a0f252851efc4532d6 (patch)
tree39c4c6d660d7c377989e1adc1492ec198cdaa084 /Makefile
downloadvyos-opennhrp-e756c7948078bd5109c5b8a0f252851efc4532d6.tar.gz
vyos-opennhrp-e756c7948078bd5109c5b8a0f252851efc4532d6.zip
Imported Upstream version 0.13
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0c85d98
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,34 @@
+##
+# Building opennhrp
+
+PACKAGE := opennhrp
+VERSION := 0.13
+
+##
+# Default directories
+
+DESTDIR=
+SBINDIR=/usr/sbin
+CONFDIR=/etc/opennhrp
+MANDIR=/usr/share/man
+DOCDIR=/usr/share/doc/opennhrp
+STATEDIR=/var/run
+
+export DESTDIR SBINDIR CONFDIR MANDIR DOCDIR STATEDIR
+
+##
+# Top-level rules and targets
+
+targets := nhrp/ etc/ man/
+
+##
+# Include all rules and stuff
+
+include Make.rules
+
+##
+# Top-level targets
+
+install:
+ $(INSTALLDIR) $(DESTDIR)$(DOCDIR)
+ $(INSTALL) README $(DESTDIR)$(DOCDIR)