blob: 77d0c5b896e8e6f19aba55622e1d6f13f3b6e495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
EXTRA_DIST = common mib
SUBDIRS = bsnmp daemon tools mibs
# Clean up any EXTRA_DIST we're distributing
dist-hook:
rm -rf `find $(distdir)/ -name .svn`
# Make the config directory
install-exec-hook:
mkdir -p $(DESTDIR)$(sysconfdir)/rrdbot
|