diff options
-rw-r--r-- | mk/bsd.pkg.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 33ea0ca70cc..7aa8b1dc964 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1055 2002/09/24 21:54:49 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1056 2002/09/25 06:31:00 jlam Exp $ # # This file is in the public domain. # @@ -761,13 +761,6 @@ INSTALL_TARGET+= install.man FETCH_BEFORE_ARGS += -p .endif -# If USE_MOTIF (deprecated) is set, then include motif.buildlink.mk for the -# Motif discovery logic. -# -.if defined(USE_MOTIF) -. include "../../mk/motif.buildlink.mk" -.endif - # If USE_XPM is set, depend on xpm. .if defined(USE_XPM) . if (defined(HAVE_BUILTIN_XPM) && (${HAVE_BUILTIN_XPM} == "NO")) |