kpatch/contrib/Makefile
Seth Jennings 8ba2d549cc add -R to remove directory
Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-04-07 12:06:58 -05:00

15 lines
222 B
Makefile

include ../Makefile.inc
DRACUTDIR=/usr/lib/dracut/modules.d/99kpatch
all:
install: all
$(INSTALL) -d $(DRACUTDIR)
$(INSTALL) module-setup.sh kpatch-apply-all.sh $(DRACUTDIR)
uninstall:
$(RM) -R $(DRACUTDIR)
clean: