From 8eb37231d4405088a481324c2ec41ac851e8d8f7 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 24 Jun 1996 04:26:21 +0000 Subject: Bring in my changes for removing the pestilent obj links (unless you really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. --- share/mk/bsd.own.mk | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'share/mk/bsd.own.mk') diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index a33b876..de022f5 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $Id: bsd.own.mk,v 1.5 1996/03/31 23:15:17 wosch Exp $ +# $Id: bsd.own.mk,v 1.6 1996/05/25 23:09:49 wosch Exp $ # # The include file set common variables for owner, # group, mode, and directories. Defaults are in brackets. @@ -6,16 +6,6 @@ # # +++ variables +++ # -# where the system object and source trees are kept; can be configurable -# by the user in case they want them in ~/foosrc and ~/fooobj, for example -# where the system object and source trees are kept; can be configurable -# by the user in case they want them in ~/foosrc and ~/fooobj, for example -# BSDOBJDIR The real path to the system 'obj' tree, so that 'make obj' -# will work correctly. [/usr/obj] -# -# BSDSRCDIR The real path to the system sources, so that 'make obj' -# will work correctly. [/usr/src] -# # DESTDIR Change the tree where the file gets installed. [not set] # # DISTDIR Change the tree where the file for a distribution @@ -117,10 +107,6 @@ # -BSDSRCDIR?= /usr/src -BSDOBJDIR?= /usr/obj - - # Binaries BINOWN?= bin BINGRP?= bin -- cgit v1.1