diff options
author | abs <abs> | 2000-09-02 23:18:26 +0000 |
---|---|---|
committer | abs <abs> | 2000-09-02 23:18:26 +0000 |
commit | 64ce70064277361cfd9551cb0722b67fc8c802ce (patch) | |
tree | c7b7b2709194e3d34eb0c954db72e8e7d52b05bc /www/communicator/Makefile | |
parent | 75e77cbd58a771629024f252036ae12158295590 (diff) | |
download | pkgsrc-64ce70064277361cfd9551cb0722b67fc8c802ce.tar.gz |
Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variable
Diffstat (limited to 'www/communicator/Makefile')
-rw-r--r-- | www/communicator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile index 7b67d107704..d95e92084f2 100644 --- a/www/communicator/Makefile +++ b/www/communicator/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2000/05/09 07:12:57 tron Exp $ +# $NetBSD: Makefile,v 1.27 2000/09/02 23:18:28 abs Exp $ # BINNAME= communicator DIST_SDIR_NAME= complete_install .include "../navigator/Makefile.common" + +.include "../../mk/bsd.pkg.mk" |