mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
13 lines
173 B
Makefile
13 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
|