793b979317
.include <...> -> .include "..."
12 lines
260 B
Makefile
12 lines
260 B
Makefile
# New ports collection makefile for: pure (for emacs21)
|
|
# Date Created: 29 Oct 2001
|
|
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../pure-emacs20
|
|
|
|
EMACS_PORT_NAME= emacs21
|
|
|
|
.include "${MASTERDIR}/Makefile"
|