etc: Make fixes
. leave out obsolete binary_sizes* . really force targets
This commit is contained in:
parent
fb50da9dad
commit
c40c9f7ed0
16
etc/Makefile
16
etc/Makefile
@ -3,8 +3,8 @@ USR=/usr/
|
||||
USRETC=/usr/etc/
|
||||
DEFAULTS=/etc/defaults
|
||||
FILES1=group hostname.file inet.conf motd.install mtab profile \
|
||||
protocols rc services termcap ttytab utmp rc.cd binary_sizes \
|
||||
binary_sizes.big binary_sizes.xxl syslog.conf rc.daemons.dist \
|
||||
protocols rc services termcap ttytab utmp rc.cd \
|
||||
syslog.conf rc.daemons.dist \
|
||||
rs.inet rs.single make.conf system.conf ttys resolv.conf rc.conf \
|
||||
rc.subr rc.subr.minix man.conf
|
||||
|
||||
@ -45,20 +45,20 @@ installpw::
|
||||
@for f in $(PWFILES); do if [ -f $(ETC)/$$f ]; then :; else cp $$f $(ETC)/$$f; chmod 600 $(ETC)/$$f; fi; done
|
||||
touch /etc/pwd.db; touch /etc/spwd.db; ${TOOL_PWD_MKDB} -p -V 0 /etc/master.passwd
|
||||
|
||||
$(ETC)/rc: rc
|
||||
$(ETC)/rc: rc .PHONY
|
||||
install -m 755 -o root -g operator $> $@
|
||||
|
||||
$(ETC)/rs.inet: rs.inet
|
||||
$(ETC)/rs.inet: rs.inet .PHONY
|
||||
install -m 755 -o root -g operator $> $@
|
||||
|
||||
$(ETC)/rs.single: rs.single
|
||||
$(ETC)/rs.single: rs.single .PHONY
|
||||
install -m 755 -o root -g operator $> $@
|
||||
|
||||
$(ETC)/system.conf: system.conf
|
||||
$(ETC)/system.conf: system.conf .PHONY
|
||||
install -m 644 -o root -g operator $> $@
|
||||
|
||||
$(USRETC)/rc: usr/rc
|
||||
$(USRETC)/rc: usr/rc .PHONY
|
||||
install -m 755 -o root -g operator $> $@
|
||||
|
||||
$(USR)/Makefile: usr/Makefile
|
||||
$(USR)/Makefile: usr/Makefile .PHONY
|
||||
install -m 644 -o root -g operator $> $@
|
||||
|
@ -1,9 +0,0 @@
|
||||
/usr/lib/cpp.ansi 216004
|
||||
/usr/lib/cv 1238570
|
||||
/usr/lib/em_cemcom.ansi 624004
|
||||
/usr/lib/em_led 538122
|
||||
/usr/lib/em_opt 208000
|
||||
/usr/lib/i386/as 55000
|
||||
/usr/lib/i386/cg 50655
|
||||
/bin/sh 142400
|
||||
/usr/bin/make 380000
|
@ -1,9 +0,0 @@
|
||||
/usr/lib/cpp.ansi 1416004
|
||||
/usr/lib/cv 3738570
|
||||
/usr/lib/em_cemcom.ansi 10683676
|
||||
/usr/lib/em_led 4078088
|
||||
/usr/lib/em_opt 1370162
|
||||
/usr/lib/i386/as 1239922
|
||||
/usr/lib/i386/cg 1285513
|
||||
/bin/sh 150000
|
||||
/usr/bin/make 337920
|
@ -1,9 +0,0 @@
|
||||
/usr/lib/cpp.ansi 1416004
|
||||
/usr/lib/cv 3738570
|
||||
/usr/lib/em_cemcom.ansi 10683676
|
||||
/usr/lib/em_led 4078088
|
||||
/usr/lib/em_opt 1370162
|
||||
/usr/lib/i386/as 1239922
|
||||
/usr/lib/i386/cg 1285513
|
||||
/usr/bin/make 2000000
|
||||
/bin/sh 1000000
|
Loading…
x
Reference in New Issue
Block a user