mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-03 21:04:18 +08:00
19 lines
287 B
Makefile
19 lines
287 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
include ../config.inc
|
|
|
|
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
|
|
include $(RTEMS_CUSTOM)
|
|
include $(RTEMS_SHARE)/make/directory.cfg
|
|
|
|
# servers
|
|
SUBDIRS = mghttpd
|
|
SUBDIRS += telnetd
|
|
SUBDIRS += ftpd
|
|
# client services
|
|
SUBDIRS += ftpfs
|
|
SUBDIRS += librpc
|
|
# SUBDIRS += nfsclient
|