3c100b29c2
described in kern/17517
12 lines
151 B
Makefile
12 lines
151 B
Makefile
# $NetBSD: Makefile,v 1.1 2002/11/30 09:31:32 jdolecek Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= poll3w
|
|
WARNS= 2
|
|
|
|
regress:
|
|
@./${PROG}
|
|
|
|
.include <bsd.prog.mk>
|