diff options
Diffstat (limited to 'sysutils/bbsload')
-rw-r--r-- | sysutils/bbsload/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/bbsload/Makefile b/sysutils/bbsload/Makefile index b494bb6c970..437e5605f86 100644 --- a/sysutils/bbsload/Makefile +++ b/sysutils/bbsload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:22 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/01 18:03:21 jlam Exp $ # DISTNAME= bbsload-0.2.6 @@ -12,6 +12,8 @@ COMMENT= Small (in dimensions) tool to display the average load GNU_CONFIGURE= YES USE_X11BASE= YES +.include "../../mk/x11.buildlink3.mk" + post-install: ${INSTALL_MAN} ${WRKSRC}/bbsload.1 ${PREFIX}/man/man1/bbsload.1 |