1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/update-initrd/Makefile

15 lines
290 B
Makefile
Raw Normal View History

2015-09-25 08:57:11 -04:00
include ../build-aux/platform.mak
include ../build-aux/dirs.mak
all:
.PHONY: all install clean
clean:
install: all
mkdir -p $(DESTDIR)$(SBINDIR)
install update-initrd $(DESTDIR)$(SBINDIR)
mkdir -p $(DESTDIR)$(MANDIR)/man8
2016-02-28 19:35:13 -05:00
cp update-initrd.8 $(DESTDIR)$(MANDIR)/man8/update-initrd.8