diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-25 06:31:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-25 06:31:00 +0000 |
commit | 021f618f90d4ad2f6758e67dc9988a697d337ff6 (patch) | |
tree | 1d7c9d8ee1866f4f54a1391abcdfb445ff4dc15b /mk | |
parent | e8b04607873bc714b62c8a1d1f18e263a5064b13 (diff) | |
download | pkgsrc-021f618f90d4ad2f6758e67dc9988a697d337ff6.tar.gz |
USE_MOTIF is unused.
Diffstat (limited to 'mk')
-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")) |