diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-12-22 17:46:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-12-22 17:46:03 +0000 |
commit | c9260582b5eb77d795e62d12d0d041bc808fc24c (patch) | |
tree | b8b7d8bc84212d247fe3f4acf9b2075430990bf4 /share/mk | |
parent | 02f27d11f14806b521a522718cb0b2a2567a3714 (diff) |
bring in bsd.own.mk
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.port.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index 46c2418c4df..fd14e165023 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -1,5 +1,5 @@ # -*- mode: Fundamental; tab-width: 4; -*- -# $OpenBSD: bsd.port.mk,v 1.7 1996/10/22 14:01:19 niklas Exp $ +# $OpenBSD: bsd.port.mk,v 1.8 1996/12/22 17:46:02 niklas Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -227,6 +227,7 @@ .include "${.CURDIR}/../Makefile.inc" .endif +.include <bsd.own.mk> # These need to be absolute since we don't know how deep in the ports # tree we are and thus can't go relative. They can, of course, be overridden |