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
2db00a58
Commit
2db00a58
authored
Sep 29, 2004
by
Mike Hibler
Browse files
Get "gmake cdboot-install" working for FreeBSD 5
parent
326bb465
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd5/GNUmakefile.in
View file @
2db00a58
...
...
@@ -53,11 +53,11 @@ cdboot-install: destdircheck basefbsdcdboot-install etc-install \
rm -f $(SYSETCDIR)/rc.cdroot $(SYSETCDIR)/fstab.lbs
rm -f $(DESTDIR)/boot/loader.rc.lbs
$(INSTALL) -m 755 $(SRCDIR)/cdboot/rc.conf $(SYSETCDIR)/rc.conf
$(INSTALL) -m 755 $(SRCDIR)/cdboot/rc.cdboot $(BINDIR)/rc/rc.cdboot
#
$(INSTALL) -m 755 $(SRCDIR)/cdboot/rc.cdboot $(BINDIR)/rc/rc.cdboot
$(INSTALL) -m 755 $(SRCDIR)/cdboot/cdroot $(SYSETCDIR)/rc.d/cdroot
cp $(SRCDIR)/cdboot/fstab $(SYSETCDIR)/fstab
cp $(SRCDIR)/cdboot/loader.conf $(DESTDIR)/boot/loader.conf
cp $(SRCDIR)/cdboot/.profile $(DESTDIR)/.profile
#
cp $(SRCDIR)/cdboot/.profile $(DESTDIR)/.profile
simple-install: script-install bin-install # jail-install
...
...
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