summaryrefslogtreecommitdiffstats
path: root/contrib/libyaml/Makefile.am
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-23 22:27:14 +0000
committerbapt <bapt@FreeBSD.org>2014-02-23 22:27:14 +0000
commitcbb652279528954a6a69a4cfcf4a2c21c4a3dfa8 (patch)
treeed0be775ebd10e97607f3794ce2f108560ef8f87 /contrib/libyaml/Makefile.am
parent2fbd448d897a4f7cef0215726b8d7c203f9460cc (diff)
downloadFreeBSD-src-cbb652279528954a6a69a4cfcf4a2c21c4a3dfa8.zip
FreeBSD-src-cbb652279528954a6a69a4cfcf4a2c21c4a3dfa8.tar.gz
Remove libyaml, it has been replaced by libucl
Diffstat (limited to 'contrib/libyaml/Makefile.am')
-rw-r--r--contrib/libyaml/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/libyaml/Makefile.am b/contrib/libyaml/Makefile.am
deleted file mode 100644
index 4111fdb..0000000
--- a/contrib/libyaml/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-## Run `./bootstrap` to generate the "Makefile.in" files in this directory and
-## the "$SUBDIRS" subdirectories.
-
-SUBDIRS = include src . tests win32
-
-EXTRA_DIST = README LICENSE doc/doxygen.cfg
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = yaml-0.1.pc
-
-maintainer-clean-local:
- -rm -f aclocal.m4 config.h.in configure config/*
- -find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
-
-.PHONY: bootstrap
-bootstrap: maintainer-clean
- ./bootstrap
-
OpenPOWER on IntegriCloud