diff options
author | lukem <lukem@pkgsrc.org> | 1998-08-30 04:44:56 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 1998-08-30 04:44:56 +0000 |
commit | 12065b2b71a1758f64a671aa4d6fd91f393a468a (patch) | |
tree | b114f74c9a51ec723d681032a44a9278a9081319 /mk/bsd.own.mk | |
parent | 7dbd840630a804da954ab12303dd27838f7401c2 (diff) | |
download | pkgsrc-12065b2b71a1758f64a671aa4d6fd91f393a468a.tar.gz |
it's now bsd.pkg.mk (not bsd.port.mk)
Diffstat (limited to 'mk/bsd.own.mk')
-rw-r--r-- | mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.own.mk b/mk/bsd.own.mk index b2ca7e50d2d..e8b40924471 100644 --- a/mk/bsd.own.mk +++ b/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.6 1998/07/31 14:55:07 tv Exp $ +# $NetBSD: bsd.own.mk,v 1.7 1998/08/30 04:44:56 lukem Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -166,7 +166,7 @@ TARGETS+= all clean cleandir depend includes install lint obj regress \ realinstall # set NEED_OWN_INSTALL_TARGET, if it's not already set, to yes -# this is used by bsd.port.mk to stop "install" being defined +# this is used by bsd.pkg.mk to stop "install" being defined NEED_OWN_INSTALL_TARGET?= yes .if (${NEED_OWN_INSTALL_TARGET} == "yes") |