Files
mars-smart/Makefile.rules
2026-04-21 02:12:28 +02:00

19 lines
591 B
Makefile

#Edit this file for your environment; If you run FreeBSD, just remove the lines
#that belong to Linux, or make sure the FreeBSD values are placed below the
#Linux defaults. Linux users probably don't have to change this file.
#FreeBSD defaults
DOC=\/usr\/local\/share\/doc\/smart
LIB=\/usr\/local\/lib\/smart
INSTALL_GROUP=wheel
DIRECTORY_COPY=cp -RPp
BASH2_SHELL=/usr/local/bin/bash
#Linux defaults (RPM)
#If you install this with make install, it's better to use \/usr\/local\/*
DOC=\/usr\/doc\/smart-1.3
LIB=\/usr\/lib\/smart
INSTALL_GROUP=root
DIRECTORY_COPY=cp -a
BASH2_SHELL=/bin/sh