source:
src/router/nas/Makefile
@
8570
| Last change on this file since 8570 was 8570, checked in by BrainSlayer, 6 years ago | |
|---|---|
| File size: 312 bytes | |
| Line | |
|---|---|
| 1 | include $(TOP)/.config |
| 2 | |
| 3 | all: |
| 4 | ifeq ($(CONFIG_MSSID),y) |
| 5 | if test -e "src/Makefile"; then make -C src; fi |
| 6 | endif |
| 7 | @true |
| 8 | |
| 9 | clean: |
| 10 | if test -e "src/Makefile"; then make -C src clean; fi |
| 11 | @true |
| 12 | |
| 13 | install: |
| 14 | if test -e "src/Makefile"; then make -C src install; else install -D nas $(INSTALLDIR)/nas/usr/sbin/nas; fi |
| 15 | @true |
Note: See TracBrowser
for help on using the repository browser.
