Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/grub/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2315 - (hide annotations) (download)
Mon Jan 20 15:54:16 2014 UTC (10 years, 5 months ago) by niro
File size: 222 byte(s)
-install grub configuration to enable networking
1 niro 2315 include ../Makefile.inc
2    
3     FILES = mcored.conf
4    
5     all: $(FILES)
6    
7     install: all
8     $(INSTALL) -d $(DESTDIR)/$(CONFDDIR)/grub.d
9     $(INSTALL) -m0644 mcored.conf $(DESTDIR)/$(CONFDDIR)/grub.d/mcored
10    
11     clean:
12    
13     .PHONY: all install clean