From 225a4390060acc93a1c088f58814a22adb1878e8 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 4 Jan 1998 00:00:21 +0000 Subject: Add a couple of ?='s missed in the previous commit. Noticed by: Paul Allenby --- share/mk/bsd.own.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/mk') diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 0ce09db..038b275 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $Id: bsd.own.mk,v 1.10 1997/03/08 23:46:56 wosch Exp $ +# $Id: bsd.own.mk,v 1.11 1998/01/03 19:07:30 wosch Exp $ # # The include file set common variables for owner, # group, mode, and directories. Defaults are in brackets. @@ -123,8 +123,8 @@ BINMODE?= 555 NOBINMODE?= 444 LIBDIR?= /usr/lib -LIBCOMPATDIR /usr/lib/compat -LIBDATADIR /usr/libdata +LIBCOMPATDIR?= /usr/lib/compat +LIBDATADIR?= /usr/libdata LINTLIBDIR?= /usr/libdata/lint SHLIBDIR?= ${LIBDIR} LIBOWN?= ${BINOWN} -- cgit v1.1