diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/lsdb-emacs20/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 5c05258b0f9a..75617ac3923d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -39,6 +39,7 @@ SUBDIR += libsdb SUBDIR += libudbc SUBDIR += lsdb + SUBDIR += lsdb-emacs20 SUBDIR += mdbtools SUBDIR += metakit SUBDIR += mird diff --git a/databases/lsdb-emacs20/Makefile b/databases/lsdb-emacs20/Makefile new file mode 100644 index 000000000000..99ffd41763d3 --- /dev/null +++ b/databases/lsdb-emacs20/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: lsdb (for emacs20) +# Date Created: 27 Apr 2002 +# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../lsdb + +EMACS_PORT_NAME= emacs20 + +.include "${MASTERDIR}/Makefile" |