minimal instructions for installing from remote tape,
[unix-history] / usr / src / share / mk / bsd.own.mk
CommitLineData
3da35aed
KB
1# @(#)bsd.own.mk 5.1 (Berkeley) %G%
2
3.if exists(${.CURDIR}/../Makefile.inc)
4.include "${.CURDIR}/../Makefile.inc"
5.endif
6
7BINGRP?= bin
8BINOWN?= bin
9BINMODE?= 555
10
11STRIP?= -s
12
13MANGRP?= bin
14MANOWN?= bin
15MANMODE?= 444
16
17MANDIR?= /usr/share/man/cat