Changeset 503 for Whitix/branches/hybrid/net/inet/Makefile
- Timestamp:
- 05/14/08 00:02:22 (4 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/net/inet/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/net/inet/Makefile
r226 r503 2 2 include ../../make.inc 3 3 4 OBJS = eth.oipv4.o tcp.o4 OBJS = ipv4.o tcp.o 5 5 6 6 build: $(OBJS) 7 ld -r $(OBJS) -o inet.sys 8 9 modules_install: 10 cp inet.sys ../../CdRoot/System/Modules/Core 7 11 8 12 clean:
