summaryrefslogtreecommitdiffstats
path: root/src/main/checkrad.mk
blob: e991bf74bcc9a7348f17fae042dccaca090db1ae (plain)
1
2
3
4
5
install: $(R)$(sbindir)/checkrad

$(R)$(sbindir)/checkrad: src/main/checkrad | $(R)$(sbindir)
	@echo INSTALL $(notdir $<)
	@$(INSTALL) -m 755 $< $(R)$(sbindir)