diff options
author | gavin <gavin@FreeBSD.org> | 2011-06-20 08:00:32 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2011-06-20 08:00:32 +0000 |
commit | 53f276e3d4f7f36bd258c609d0908855d1a26243 (patch) | |
tree | f11cc58f8cc459a6d42d318bd66f3e5a209e87ba /contrib/tnftp/Makefile.am | |
parent | 9185689916b66441c4139d598975c6e6a773b5bc (diff) | |
parent | eff741aef035a9d542d756973d0a81dd4ad6bbe6 (diff) | |
download | FreeBSD-src-53f276e3d4f7f36bd258c609d0908855d1a26243.zip FreeBSD-src-53f276e3d4f7f36bd258c609d0908855d1a26243.tar.gz |
Merge tnftp-20100108 from the vendor branch into head.
PR: bin/112288 bin/120256 bin/129014 bin/145528
MFC after: 1 month
Diffstat (limited to 'contrib/tnftp/Makefile.am')
-rw-r--r-- | contrib/tnftp/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/tnftp/Makefile.am b/contrib/tnftp/Makefile.am new file mode 100644 index 0000000..b5b27da --- /dev/null +++ b/contrib/tnftp/Makefile.am @@ -0,0 +1,13 @@ +## $NetBSD: Makefile.am,v 1.2 2010/01/04 06:24:58 lukem Exp $ + +SUBDIRS = libnetbsd + +if USE_LIBEDIT +SUBDIRS += libedit +endif + +SUBDIRS += src + +EXTRA_DIST = \ + todo \ + tnftp.h |