Skip to content

Commit

Permalink
Imported Upstream version 0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 21, 2015
0 parents commit 87d1de4
Show file tree
Hide file tree
Showing 49 changed files with 46,118 additions and 0 deletions.
2 changes: 2 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nss-docker is distributed under the GNU Lesser General Public License (LGPL
2.1 or greater).
510 changes: 510 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = man src test

EXTRA_DIST = COPYING LICENSE README.md autogen.sh makedist.sh

prove: all
cd test && $(MAKE) $(AM_MAKEFLAGS) prove

test: all
cd test && $(MAKE) $(AM_MAKEFLAGS) test

.PHONY: prove test
Loading

0 comments on commit 87d1de4

Please sign in to comment.