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
bd278c57
Commit
bd278c57
authored
Sep 01, 2004
by
Mike Hibler
Browse files
Don't build canaryd for FBSD5 right now (doesn't compile)
parent
e2f62c8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
sensors/GNUmakefile.in
View file @
bd278c57
...
...
@@ -13,8 +13,13 @@ SUBDIRS = slothd
SYSTEM := $(shell uname -s)
ifeq ($(SYSTEM),FreeBSD)
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
ifneq ($(FBSDVERSION),FreeBSD5)
SUBDIRS += canaryd
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