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
225f4a82
Commit
225f4a82
authored
Aug 29, 2017
by
Mike Hibler
Browse files
More tweaks for FreeNAS 11.
parent
fa960118
Changes
3
Hide whitespace changes
Inline
Side-by-side
clientside/GNUmakefile.in
View file @
225f4a82
...
...
@@ -116,8 +116,8 @@ frisbee-mfs-mkdirs:
freenas-os-check:
@if [ "$(SYSTEM)" != "FreeBSD" -o "$(ARCH)" != "amd64" -o \
\( "$(REL)" != "10.3" -a "$(REL)" != "9.3"
-a "$(REL)" != "8.3"
\) ]; then \
echo "Must run on FreeBSD
8.3 or
9.3 or 10.3 amd64"; \
\( "$(REL)" !=
"11.1" -a "$(REL)" !=
"10.3" -a "$(REL)" != "9.3" \) ]; then \
echo "Must run on FreeBSD 9.3 or 10.3
or 11.1
amd64"; \
false; \
fi
...
...
clientside/configure
View file @
225f4a82
...
...
@@ -4583,6 +4583,7 @@ outfiles="Makeconf GNUmakefile setversion \
tmcc/freebsd11/GNUmakefile tmcc/freebsd11/netif-emulab
\
tmcc/freebsd12/GNUmakefile tmcc/freebsd12/netif-emulab
\
tmcc/freenas8/GNUmakefile tmcc/freenas9/GNUmakefile
\
tmcc/freenas11/GNUmakefile
\
tmcc/cygwinxp/GNUmakefile tmcc/dp/GNUmakefile
\
tmcc/openbsd/GNUmakefile tmcc/ron/GNUmakefile
\
tmcc/plab/GNUmakefile tmcc/cygwinseven/GNUmakefile
\
...
...
clientside/configure.ac
View file @
225f4a82
...
...
@@ -310,6 +310,7 @@ outfiles="Makeconf GNUmakefile setversion \
tmcc/freebsd11/GNUmakefile tmcc/freebsd11/netif-emulab \
tmcc/freebsd12/GNUmakefile tmcc/freebsd12/netif-emulab \
tmcc/freenas8/GNUmakefile tmcc/freenas9/GNUmakefile \
tmcc/freenas11/GNUmakefile \
tmcc/cygwinxp/GNUmakefile tmcc/dp/GNUmakefile \
tmcc/openbsd/GNUmakefile tmcc/ron/GNUmakefile \
tmcc/plab/GNUmakefile tmcc/cygwinseven/GNUmakefile \
...
...
Write
Preview
Markdown
is supported
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