ramdisk: install all password-related files
This commit is contained in:
@@ -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/$@ $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user