Revision 696d2a3fd11c9812cbdad514ea0f7fd6c6f71dc1 authored by Peter Grehan on 13 July 2017, 07:32:55 UTC, committed by Peter Grehan on 13 July 2017, 07:32:55 UTC
  ps2 mouse fixes, found by plan9/9front.

Approved by:    re (kib)
1 parent ef269f8
Raw File
Makefile
#	@(#)Makefile	5.33.1.1 (Berkeley) 5/6/91
# $FreeBSD$

.include <src.opts.mk>

SUBDIR= lib .WAIT \
	${_tests} usr.bin

.if ${MK_TESTS} != "no"
_tests=	tests
.endif

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>
back to top