root / Whitix / branches / hybrid / devices / net / Makefile
| Revision 486, 179 bytes (checked in by mwhitworth, 6 months ago) |
|---|
| Line | |
|---|---|
| 1 | DEPTH=../../ |
| 2 | include ../../make.inc |
| 3 | |
| 4 | MODULES = ne2k-pci.sys |
| 5 | |
| 6 | build: $(MODULES) |
| 7 | |
| 8 | modules_install: |
| 9 | cp ne2k-pci.sys ../../CdRoot/System/Modules/Network |
| 10 | |
| 11 | clean: |
| 12 | rm *.sys -f |
Note: See TracBrowser
for help on using the browser.
