mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
13 lines
241 B
Makefile
13 lines
241 B
Makefile
#
|
|
# COPYRIGHT (c) 1988-2002.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
# All rights reserved.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
noinst_PROGRAMS = bmenu2
|
|
|
|
bmenu2_SOURCES = address.h chain.c address.inl chain.h bmenu2.c base.h \
|
|
chain.inl system.h
|