diff options
author | des <des@FreeBSD.org> | 2014-09-22 08:29:48 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2014-09-22 08:29:48 +0000 |
commit | dcca53b69ed32a88ebc7b06acd8efd3990d17535 (patch) | |
tree | d3cc0eec86d287d57d78501fd41ed207f816c03f /contrib/openpam/Makefile.in | |
parent | e34350f59ec74f55b80fd526f6096848ef49b6d7 (diff) | |
download | FreeBSD-src-dcca53b69ed32a88ebc7b06acd8efd3990d17535.zip FreeBSD-src-dcca53b69ed32a88ebc7b06acd8efd3990d17535.tar.gz |
MFH (r271624): Upgrade to OpenPAM Ourouparia.
Approved by: re (gjb)
Diffstat (limited to 'contrib/openpam/Makefile.in')
-rw-r--r-- | contrib/openpam/Makefile.in | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/openpam/Makefile.in b/contrib/openpam/Makefile.in index c8e77d9..963e9d4 100644 --- a/contrib/openpam/Makefile.in +++ b/contrib/openpam/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# $Id: Makefile.am 623 2013-02-25 07:24:51Z des $ +# $Id: Makefile.am 816 2014-09-12 07:50:22Z des $ VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ @@ -84,13 +84,10 @@ subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/config.h.in $(srcdir)/pamgdb.in $(srcdir)/mkpkgng.in \ - INSTALL README TODO compile config.guess config.sub depcomp \ - install-sh missing ltmain.sh + INSTALL README TODO compile config.guess config.sub install-sh \ + missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |