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
7d786ace
Commit
7d786ace
authored
Mar 05, 2004
by
Mike Hibler
Browse files
Add a "client-install" target. Intended to be used by a higher-level
"client-install"
parent
5d8da67c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/GNUmakefile.in
View file @
7d786ace
...
...
@@ -69,6 +69,19 @@ install: all
install: $(INSTALL_SBINDIR)/tmcd \
$(INSTALL_SBINDIR)/tmcd.restart
client-install:
ifeq ($(SYSTEM),FreeBSD)
@$(MAKE) -C freebsd install
else
ifeq ($(SYSTEM),Linux)
@$(MAKE) -C linux install
else
@echo "unknown OS, nothing to install"
endif
endif
#endif
$(INSTALL_BINDIR)/tmcd/%: %
@echo "Installing $<"
-mkdir -p $(INSTALL_BINDIR)/tmcd
...
...
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