[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / misc

File: [local] / src / share / misc / Makefile (download)

Revision 1.6, Fri Mar 2 01:07:55 2001 UTC (23 years, 3 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.5: +3 -1 lines

make pcvtfonts i386-only, as it is now

#	$OpenBSD: Makefile,v 1.6 2001/03/02 01:07:55 mickey Exp $
#	from: @(#)Makefile	5.13 (Berkeley) 5/7/91

FILES=	airport ascii birthtoken eqnchar getopt inter.phone man.template \
	mdoc.template na.phone operator scsi_modes zipcodes
.if ${MACHINE} == "i386"
SUBDIR=	pcvtfonts
.endif

all clean cleandir depend lint obj tags: _SUBDIRUSE

realinstall:
	cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
	    ${DESTDIR}${BINDIR}/misc

.include <bsd.prog.mk>