diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 000000000000..b5b27dae78f1 --- /dev/null +++ b/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 |