[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / wsfontload

File: [local] / src / usr.sbin / wsfontload / Makefile (download)

Revision 1.7, Thu Jan 29 02:55:48 2004 UTC (20 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.6: +4 -3 lines

will be needed for cats too

#	$OpenBSD: Makefile,v 1.7 2004/01/29 02:55:48 deraadt Exp $

.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
    ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
    ${MACHINE} == "cats"

PROG=	wsfontload
SRCS=	wsfontload.c

.else

NOPROG=yes

.endif

MAN=	wsfontload.8
MANSUBDIR=	alpha hppa i386 amd64 cats

.include <bsd.prog.mk>