ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lmainit/Makefile
(Generate patch)

Comparing lmainit/Makefile (file contents):
Revision 1.1 by root, Sat Dec 7 21:49:49 2002 UTC vs.
Revision 1.2 by root, Sat Dec 7 21:52:03 2002 UTC

8 8
9all: lmainit.so 9all: lmainit.so
10 10
11install: all 11install: all
12 install -o0 -g0 -m755 -d $(syslib)/fac 12 install -o0 -g0 -m755 -d $(syslib)/fac
13 install -o0 -g0 -m644 fac/* $(syslib)/fac 13 install -o0 -g0 -m644 fac/*.fac $(syslib)/fac
14 install -o0 -g0 -m644 boot.fac standard.fac syslib.sh $(syslib) 14 install -o0 -g0 -m644 boot.fac standard.fac syslib.sh $(syslib)
15 bash ./mklinks $(syslib) boot.fac standard.fac 15 bash ./mklinks $(syslib) boot.fac standard.fac
16 install -o0 -g0 -m755 lmainit.so bcheckrc brc rc $(syslib) 16 install -o0 -g0 -m755 lmainit.so bcheckrc brc rc $(syslib)
17 install -o0 -g0 -m755 facility /sbin 17 install -o0 -g0 -m755 facility /sbin
18 @echo "Do not forget to create a suitable /etc/rc.values and" 18 @echo "Do not forget to create a suitable /etc/rc.values and"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines