10 lines
182 B
Makefile
10 lines
182 B
Makefile
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../lookup
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs21
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|