ramdisk: install all password-related files

This commit is contained in:
Arun Thomas
2011-11-22 18:17:25 +01:00
parent 32aabfab40
commit ebdac755af
2 changed files with 7 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ PROTO= proto.small
STRIPFLAG+= -s
.endif
EXTRA=system.conf master.passwd passwd pwd.db rs.single
EXTRA=system.conf master.passwd passwd pwd.db spwd.db rs.single
CPPFLAGS+= -I${MINIXSRCDIR}/servers -I${MINIXSRCDIR}
CLEANFILES += $(PROGRAMS) $(SCRIPTS) $(EXTRA) bintoc image image.c t proto.gen
@@ -164,6 +164,9 @@ master.passwd: ../../etc/master.passwd
pwd.db: passwd
install ${STRIPFLAG} ../../etc/$@ $@
spwd.db: passwd
install ${STRIPFLAG} ../../etc/$@ $@
rs.single: ../../etc/rs.single
install ${STRIPFLAG} ../../etc/$@ $@