diff options
-rw-r--r-- | time/bbdate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/bbdate/Makefile b/time/bbdate/Makefile index 902e82630ea..c8319c24802 100644 --- a/time/bbdate/Makefile +++ b/time/bbdate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/18 15:53:14 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2003/11/10 13:35:41 gavan Exp $ # DISTNAME= bbdate-0.2.4 @@ -11,5 +11,6 @@ COMMENT= Display the current date GNU_CONFIGURE= YES USE_X11= YES +USE_GCC_SHLIB= YES .include "../../mk/bsd.pkg.mk" |