14 lines
227 B
Makefile
14 lines
227 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: vim-lite
|
|
# Date created: Fri Jun 25, 1999
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
LITE= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../vim
|
|
|
|
.include "${MASTERDIR}/Makefile"
|