blob: 74d81504d381a8e12f319ac72963384a560a358e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# New ports collection makefile for: pips for EPSON PM-770C
# Date created: 00/04/21
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD: /tmp/pcvs/ports/japanese/pips770/Attic/Makefile,v 1.3 2000-12-14 14:46:14 taoka Exp $
#
MASTERDIR= ${.CURDIR}/../pips800
PRTYPE= 770
do-install: # empty
.include "${MASTERDIR}/Makefile"
|