Changeset 4e1d5c6 in rtems
- Timestamp:
- Aug 20, 1998, 3:38:15 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d9e6224
- Parents:
- 53ee76b
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libnetworking/include/Makefile.in
r53ee76b r4e1d5c6 20 20 SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/../sys/%.h) 21 21 22 RTEMS_H_PIECES= rtems_bsdnet 22 RTEMS_H_PIECES= rtems_bsdnet rtems_bsdnet_internal 23 23 RTEMS_H_FILES=$(RTEMS_H_PIECES:%=$(srcdir)/../rtems/%.h) 24 24 -
c/src/libnetworking/include/Makefile.in
r53ee76b r4e1d5c6 20 20 SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/../sys/%.h) 21 21 22 RTEMS_H_PIECES= rtems_bsdnet 22 RTEMS_H_PIECES= rtems_bsdnet rtems_bsdnet_internal 23 23 RTEMS_H_FILES=$(RTEMS_H_PIECES:%=$(srcdir)/../rtems/%.h) 24 24
Note: See TracChangeset
for help on using the changeset viewer.