blob: 359b0059186633df88a2cd814bfa003bc52b9004 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# New ports collection makefile for: lprps (a4)
# Version required: 2.50
# Date created: Sat Aug 3, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $FreeBSD$
#
PAPERSIZE= a4
MASTERDIR= ${.CURDIR}/../lprps-letter
.include "${MASTERDIR}/Makefile"
|