10 lines
182 B
Makefile
10 lines
182 B
Makefile
# Created by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../c-sig
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs21
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|