Some passwd fixes

This commit is contained in:
Michiel Broek
2001-12-20 21:52:13 +00:00
parent cb0ff54acf
commit ee0f4db63d
12 changed files with 53 additions and 50 deletions

View File

@@ -26,7 +26,7 @@ clean:
rm -f mbmon *.o *.h~ *.c~ core filelist Makefile.bak
install: all
${INSTALL} -s -g ${GROUP} -o ${OWNER} -m ${MODE} mbmon ${BINDIR}
${INSTALL} -c -s -g ${GROUP} -o ${OWNER} -m ${MODE} mbmon ${BINDIR}
filelist: Makefile
BASE=`pwd`; \