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