Changeset 2b44af21 in rtems for cpukit/telnetd/Makefile.am
- Timestamp:
- Aug 11, 2002, 6:03:16 AM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3777ea14
- Parents:
- 59ca1376
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/telnetd/Makefile.am
r59ca1376 r2b44af21 10 10 11 11 C_FILES = pty.c telnetd.c icmds.c 12 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%. o)12 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 13 13 14 14 include_rtems_HEADERS = pty.h telnetd.h
Note: See TracChangeset
for help on using the changeset viewer.