2002-09-18 09:41:35 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 2002/09/18 05:41:56 lukem Exp $
|
2002-04-09 10:10:43 +04:00
|
|
|
|
|
|
|
NOMAN= # defined
|
|
|
|
|
2002-09-18 09:41:35 +04:00
|
|
|
PROG= writev
|
|
|
|
|
2002-04-09 10:10:43 +04:00
|
|
|
regress: ${PROG}
|
|
|
|
@echo "This should print 'writev (expected error): Invalid argument'"
|
|
|
|
@echo "Broken if it hangs"
|
|
|
|
./${PROG}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|