-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMakefile.am
More file actions
30 lines (24 loc) · 1.17 KB
/
Makefile.am
File metadata and controls
30 lines (24 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
AUTOMAKE_OPIONS=foreign no-dependencies
SUBDIRS = src
INCLUDES = @INCLUDES@
# Install BFD include file, and others that it needs.
#install-data-local:
# @$(NORMAL_INSTALL)
# $(mkinstalldirs) $(sysconfdir)
# $(INSTALL_DATA)sagan.conf $(sysconfdir)/sagan.conf
install-data-local:
# test -z "$(DESTDIR)$(sysconfdir)" || /bin/mkdir -p "$(DESTDIR)$(sysconfdir)"
# test -f "$(DESTDIR)$(sysconfdir)/sagan.conf" || $(INSTALL_DATA) etc/sagan.conf "$(DESTDIR)$(sysconfdir)/sagan.conf"
# test -z "$(DESTDIR)$(sbindir)" || /bin/mkdir -p "$(DESTDIR)$(sbindir)"
# $(INSTALL) -d "$(DESTDIR)$(mandir)/man8"
# $(INSTALL) -m 644 etc/sagan.8 "$(DESTDIR)$(mandir)/man8"
# $(INSTALL) -m 755 src/sagan "$(DESTDIR)$(sbindir)/sagan"
# $(INSTALL) -d "$(DESTDIR)/var/log/sagan"
# $(INSTALL) -d "$(DESTDIR)/var/run/sagan"
@echo ""
@echo "------------------------------------------------------------------------------"
@echo "Sagan has been installed! You still need to do a few more things before your"
@echo "up and running. See https://wiki.quadrantsec.com/bin/view/Main/SaganHOWTO for"
@echo "more information."
@echo "------------------------------------------------------------------------------"
@echo ""