Set BINDIR correctly. Add BINOWN and BINGRP variables.

This commit is contained in:
wosch 1998-01-03 11:29:01 +00:00
parent 635f0bdee3
commit 7ab71c4b6f

View File

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