NetBSD/share/mk/bsd.own.mk

20 lines
424 B
Makefile

# @(#)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
# 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