openrc/mk/sys.mk

29 lines
399 B
Makefile
Raw Normal View History

2008-01-11 16:03:38 +00:00
# Generic system definitions
# Copyright 2008 Roy Marples
AR?= ar
ECHO?= echo
INSTALL?= install
RANLIB?= ranlib
PICFLAG?= -fPIC
BINDIR?= /sbin
BINMODE?= 0755
2008-01-11 16:03:38 +00:00
INCDIR?= /usr/include
INCMODE?= 0444
LIBNAME?= lib
LIBDIR?= /usr/${LIBNAME}
LIBMODE?= 0444
SHLIBDIR?= /${LIBNAME}
MANDIR?= /usr/share/man/man
MANMODE?= 0444
2008-02-01 13:24:09 +00:00
DOCDIR?= /usr/share/doc
DOCMODE?= 0644
2008-01-30 10:04:15 +00:00
CONFMODE?= 0644