summaryrefslogtreecommitdiffstats
path: root/contrib/global/systags/Makefile.generic
blob: a1a5ca6df113418dce533c504a303283057ffde9 (plain)
1
2
3
4
5
6
7
8
PROG   = systags
BINDIR = /usr/bin

all:
install:
	cp $(PROG).sh $(BINDIR)/$(PROG)
	chmod 755 $(BINDIR)/$(PROG)
clean:
OpenPOWER on IntegriCloud