1993-04-10 00:05:56 +04:00
|
|
|
# @(#)bsd.own.mk 0.1 (RGrimes) 4/4/93
|
|
|
|
|
|
|
|
BINGRP?= bin
|
|
|
|
BINOWN?= bin
|
|
|
|
BINMODE?= 555
|
|
|
|
|
|
|
|
STRIP?= -s
|
|
|
|
|
|
|
|
COPY?= -c
|
|
|
|
|
|
|
|
MANDIR?= /usr/share/man/cat
|
|
|
|
MANGRP?= bin
|
|
|
|
MANOWN?= bin
|
|
|
|
MANMODE?= 444
|
1993-07-10 07:56:10 +04:00
|
|
|
|
|
|
|
# Define SYS_INCLUDE to indicate whether you want symbolic links to the system
|
|
|
|
# source (``symlinks''), or a separate copy (``copies''); (latter useful
|
|
|
|
# in environments where it's not possible to keep /sys publicly readable)
|
|
|
|
#SYS_INCLUDE= symlinks
|