Specify install modes for all our files.

This commit is contained in:
Roy Marples
2008-01-30 10:02:53 +00:00
parent 4f6e778758
commit 2be93c3e0e
3 changed files with 8 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ RANLIB?= ranlib
PICFLAG?= -fPIC
BINDIR?= /sbin
BINMODE?= 0755
INCDIR?= /usr/include
INCMODE?= 0444
@@ -20,3 +21,5 @@ SHLIBDIR?= /${LIBNAME}
MANDIR?= /usr/share/man/man
MANMODE?= 0444
CONFMODE=? 0644