blob: 93f7ac26d7ca3e7de528309b96020dc18ef1d85c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# 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"
|