diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-16 08:59:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-16 08:59:51 +0100 |
commit | acf99b02610aadddd42dc434c36ed3fe0b9eb5af (patch) | |
tree | e167fffd0c57bd02b1662b20509eb0e59bc2ef14 /Makefile |
initial package
open https://github.com/nginx/unit/pull/215 system crypto policy
open https://github.com/nginx/unit/pull/212 systemd improvments
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + |