[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.1, Sat Apr 14 04:47:40 2001 UTC (23 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9

Userland daemon for wscons console mouse features.

#	$OpenBSD: Makefile,v 1.1 2001/04/14 04:47:40 aaron Exp $	

.if ${MACHINE} == "i386"

PROG=	wsmoused
SRCS=	wsmoused.c mouse_protocols.c

.else

NOPROG=yes

.endif

MAN=	wsmoused.8 
MANSUBDIR=	i386

.include <bsd.prog.mk>