blob: 12f4fdce178e582a13b397917ec70a20d63a6776 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../lookup
USE_EMACS= yes
EMACS_PORT_NAME= emacs21
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|