Skip to content
Snippets Groups Projects
Commit 5ac4dba4 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Initial Makefile

parent 16653714
Branches
Tags
No related merge requests found
DESTDIR = /usr/local/nagios/libexec/
SCRIPTS = check_cups check_glsa check_saned
all:;
install:
for s in $(SCRIPTS); do cp $$s $(DESTDIR)/$$s || exit 1; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment