14 lines
173 B
Makefile
14 lines
173 B
Makefile
|
## $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
|