blob: 6d36211a9d53c1ff45a9d53383d00855d0a2d7d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# New ports collection makefile for: c2ps (a4)
# Date created: 19 March 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#
PAPERSIZE= a4
MASTERDIR= ${.CURDIR}/../c2ps-letter
.include "${MASTERDIR}/Makefile"
|