12 lines
201 B
Makefile
12 lines
201 B
Makefile
# New ports collection makefile for: cvsup-without-gui
|
|
# Date created: 12 January 2002
|
|
# Whom: jdp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../cvsup
|
|
WITHOUT_X11= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|