diff options
Diffstat (limited to 'plan9/9menu/Makefile')
-rw-r--r-- | plan9/9menu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plan9/9menu/Makefile b/plan9/9menu/Makefile index 71fe13375b0..7b75479cf8d 100644 --- a/plan9/9menu/Makefile +++ b/plan9/9menu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/06/22 13:01:52 agc Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/04 18:54:35 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp # @@ -20,4 +20,6 @@ EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh +USE_X11= yes + .include "../../mk/bsd.pkg.mk" |