Import version 1.8.3
[s390-tools.git] / qethconf / Makefile
blob46dc0665d6e7de3577b9a986953c2e9e2483a8ac
1 include ../common.mak
3 all:
5 install: qethconf
6 cat qethconf | \
7 sed -e 's+%S390_TOOLS_VERSION%+$(S390_TOOLS_RELEASE)+' \
8 >$(BINDIR)/qethconf; \
9 chown $(OWNER).$(GROUP) $(BINDIR)/qethconf; \
10 chmod 755 $(BINDIR)/qethconf; \
11 $(INSTALL) -d -m 755 $(BINDIR) $(MANDIR)/man8
12 $(INSTALL) -g $(GROUP) -o $(OWNER) -m 644 qethconf.8 $(MANDIR)/man8
14 clean:
16 .PHONY: all install clean