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

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

Revision 1.5, Thu Jan 29 08:50:09 2004 UTC (20 years, 4 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.4: +2 -2 lines

and another one

#	$OpenBSD: Makefile,v 1.5 2004/01/29 08:50:09 mickey Exp $	

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

PROG=	wsmoused
SRCS=	wsmoused.c mouse_protocols.c

.else

NOPROG=yes

.endif

MAN=	wsmoused.8 
MANSUBDIR=	i386 amd64 alpha pegasos

.include <bsd.prog.mk>