aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
commitcd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch)
treedc80da53186aab7c56424c2574b0cd7928930721 /share/mk/bsd.own.mk
parent2388d5d1cef849c6482878f223517c38456feecf (diff)
downloadsrc-cd9a2f5c280b40222d21ca68b5b0962ff712d6cf.tar.gz
src-cd9a2f5c280b40222d21ca68b5b0962ff712d6cf.zip
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.
Notes
Notes: svn path=/head/; revision=16663
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk16
1 files changed, 1 insertions, 15 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index a33b87614a00..de022f5fdd41 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 <bsd.own.mk> 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