Changeset 323 for lm-sensors/trunk/Makefile
- Timestamp:
- 03/18/99 16:12:01 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/Makefile
r222 r323 71 71 72 72 # You should not need to change this. It is the directory into which the 73 # executable program files will be installed. 73 # executable program files will be installed. BINDIR for programs that are 74 # also useful for normal users, SBINDIR for programs that can only be run 75 # by the superuser. 74 76 # Note that not all programs in this package are really installed; 75 77 # some are just examples. You can always install them by hand, of 76 78 # course. 77 79 BINDIR := $(PREFIX)/bin 80 SBINDIR := $(PREFIX)/sbin 78 81 79 82 # You should not need to change this. It is the basic directory into which
