kpatch/kmod/Makefile
Josh Poimboeuf 62de820aab proper makefile support
- setup the makefiles to support "make" and "make install", which builds
  the kpatch-build tools and installs everything in /usr/local.
- update kpatch-build to support new paths
- add "kpatch build" wrapper around kpatch-build
2014-02-13 16:02:10 -06:00

12 lines
197 B
Makefile

include ../Makefile.inc
all:
install:
$(INSTALL) -d $(DATADIR)/core
$(INSTALL) -m 644 core/* $(DATADIR)/core
$(INSTALL) -d $(DATADIR)/patch
$(INSTALL) -m 644 patch/* $(DATADIR)/patch
clean: