Set BINDIR correctly. Add BINOWN and BINGRP variables.

This commit is contained in:
Wolfram Schneider 1998-01-03 11:29:01 +00:00
parent fc2c67eac5
commit 8791c0511a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32208

View File

@ -1,3 +1,6 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/5/93
# $Id$
BINDIR?= /usr/share
BINDIR= ${SHAREDIR}
BINOWN= ${SHAREOWN}
BINGRP= ${SHAREGRP}