10 lines
143 B
Makefile
10 lines
143 B
Makefile
include $(TOPDIR)/share/mk/stupid.own.mk
|
|
|
|
ifdef INCS
|
|
|
|
install::
|
|
$(INSTALL) -d $(DESTDIR)$(INCSDIR)
|
|
$(INSTALL) $^ $(DESTDIR)$(INCSDIR)
|
|
|
|
endif
|