Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
5b04d74c
Commit
5b04d74c
authored
Feb 08, 2005
by
Robert Ricci
Browse files
Turn off canaryd if the event system is off - canaryd needs to link
against it.
parent
ad39ab3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sensors/GNUmakefile.in
View file @
5b04d74c
...
@@ -5,6 +5,7 @@ SRCDIR = @srcdir@
...
@@ -5,6 +5,7 @@ SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR = ..
OBJDIR = ..
SUBDIR = sensors
SUBDIR = sensors
EVENTSYS = @EVENTSYS@
include $(OBJDIR)/Makeconf
include $(OBJDIR)/Makeconf
...
@@ -17,9 +18,11 @@ FBSDVERSION := $(shell uname -v | sed -e 's/FreeBSD \([0-9]\).*/FreeBSD\1/')
...
@@ -17,9 +18,11 @@ FBSDVERSION := $(shell uname -v | sed -e 's/FreeBSD \([0-9]\).*/FreeBSD\1/')
# XXX not on FreeBSD 5 til I get a chance to fix it
# XXX not on FreeBSD 5 til I get a chance to fix it
ifneq ($(FBSDVERSION),FreeBSD5)
ifneq ($(FBSDVERSION),FreeBSD5)
ifeq ($(EVENTSYS),1) # Also, we have to have the event system enabled
SUBDIRS += canaryd
SUBDIRS += canaryd
endif
endif
endif
endif
endif
###############################################################################
###############################################################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment